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/cli

Verify Installation

pnpm fluxlay --help

Available Commands

CommandDescription
fluxlay loginAuthenticate with your Fluxlay account
fluxlay logoutRemove saved session
fluxlay whoamiShow 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.