# 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:

<PackageManagerCommand type="add" dev packages="@fluxlay/cli" />

## Verify Installation

<PackageManagerCommand type="exec" command="fluxlay --help" />

## Available 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](/en/studio/developer/reference/cli/commands.md) for full details.
