Other Commands
Status, lifecycle, and utility commands.
status
Show reel mode, detected runtime, and available capabilities.
version
Display version, build number, git commit, and Go version.
completion
Generate and install shell completions.
Agent Mode
The following commands require the --agent flag.
schedule
View scheduled workloads with execution history and next run times.
| Flag | Description |
|---|---|
| --pod | Filter by pod name |
| -n, --namespace | Kubernetes namespace |
| -A, --all-namespaces | List across all namespaces |
| -o, --output | Output format: table, json |
create checkpoint | layer | frame
Create artifacts and store them locally on the agent node. Unlike export (which is ephemeral),create persists artifacts for later listing, export, or deletion.
delete checkpoint | layer | frame
Delete stored artifacts to free disk space. Supports bulk deletion with filters.
| Flag | Description |
|---|---|
| --all | Delete all (checkpoint only) |
| --older-than | Delete older than duration (e.g., 7d, 24h) |
| --filter | Glob pattern filter (checkpoint only) |
| -y, --yes | Skip confirmation prompt |
restore layer
Create a new pod from a stored layer capture. Filesystem-only cold start using the original base image.
rollback layer
Roll back an existing deployment to a stored layer state. Triggers a rolling update.
| Flag | Description |
|---|---|
| --timeout | Timeout for deployment operations (default: 300s) |
| -y, --yes | Skip confirmation prompt |
health
Check agent health and connectivity.
license
Display current license status: validity, customer ID, expiration, and trial information.