Installation
Install the Fluid CLI using either RubyGems or Homebrew:fluid --version.
Authentication
Before you can interact with any theme, you need to authenticate the CLI with your Fluid account.Company Management
If you manage multiple companies in Fluid, you can switch between them without logging out. Run the interactive company switcher:Theme Commands
Use these commands to manage your theme files between your local machine and the Fluid platform.Examples
Pull your current theme before making changes:Install theme skills
Install the bundled theme-development skills so a compatible coding agent can use them:.agents/skills/ in your current project. Existing skills remain untouched unless you approve the overwrite.
Choose a different destination with --dir or -d:
--force or -f:
Getting Started Workflow
Follow these steps to go from a fresh install to an active local development environment:1
Install the CLI
Install via RubyGems or Homebrew as shown above.
2
Log in
Run
fluid login and complete the browser authentication flow.3
Create a project directory
4
Initialize or pull your theme
To start a brand new theme:Or, to download your existing published theme:
5
Start the development server
6
Push your changes
When you’re ready to publish:Or push as a draft first to review in the admin:
fluid theme dev is currently only available when the CLI is installed via RubyGems (gem install fluid_cli). If you installed via Homebrew and need local dev server support, reinstall using the gem method.