> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cubby.pro/llms.txt
> Use this file to discover all available pages before exploring further.

# CLI Overview

> Command reference for the Cubby CLI

# CLI Overview

The Cubby CLI (`cubbypro`) provides all the commands you need to develop and deploy apps.

## Commands

| Command              | Description                  |
| -------------------- | ---------------------------- |
| `cubby login`        | Authenticate with Cubby      |
| `cubby logout`       | Clear authentication         |
| `cubby whoami`       | Show current user            |
| `cubby init <name>`  | Scaffold a new app           |
| `cubby dev`          | Start local development      |
| `cubby deploy`       | Deploy to production         |
| `cubby check`        | Validate app before deploy   |
| `cubby secrets`      | Manage environment variables |
| `cubby apps`         | List your deployed apps      |
| `cubby delete <app>` | Delete a deployed app        |

## Global Options

All commands support these options:

* `--help` - Show help for a command
* `--version` - Show CLI version

## Getting Help

For any command, add `--help` to see available options:

```bash theme={null}
cubby deploy --help
```
