# CLI Command Reference

> Complete command list and operational flags for kubeletto CLI.

- **Category**: Platform & Reference
- **Last Verified**: 2026-07-14

Here is the comprehensive CLI syntax directory. Every command supports the persistent global flags:

- `--api-url`: Target server endpoint (defaults to config value).
- `--token`: Override credentials token.
- `--output json`: Output structured machine-readable payload.

## Command Catalog

| Command | Usage | Key Options |
| --- | --- | --- |
| login | Authenticate session. | --api-key, --no-browser |
| deploy [app] | Deploy/update workload. | --image, --repo, --branch, --port, --wait |
| apps list | List all tenant applications. | (none) |
| status [app] | Retrieve runtime status. | --deploy, --watch |
| logs [app] | Stream container stdout/stderr. | --follow, --tail, --build |
| env list [app] | List environment variables. | --app |
| env set [app] | Set variable config. | --secret, --file |
| rollback [app] | Rollback revision. | --revision, --wait |
| doctor [app] | Run diagnostic checkups. | --app |

