Install the CLI
The Fluxlay CLI (@fluxlay/cli) provides commands for developing, building, and publishing wallpapers.
Installation
Install it as a dev dependency in your wallpaper project:
pnpm add -D @fluxlay/cliVerify Installation
pnpm fluxlay --helpAvailable Commands
| Command | Description |
|---|---|
fluxlay login | Authenticate with your Fluxlay account |
fluxlay logout | Remove saved session |
fluxlay whoami | Show current authenticated user |
fluxlay dev [dir] | Start development server |
fluxlay build [dir] | Build wallpaper into .fluxlay file |
fluxlay publish [dir] | Build and publish to the store |
See the CLI Commands Reference for full details.