CLI Reference
clifi status
Inspect the current state of a workflow, environment, or deployment.
Synopsis
clifi status [target] [flags]Description
The status command provides a snapshot of the current project state. Without arguments, it shows the overall workflow status, last run summary, and environment health. With a target argument, it drills into a specific task, service, or resource.
Flags
| Flag | Shorthand | Default | Description |
|---|---|---|---|
--env | -e | local | Target environment |
--output | -o | table | Output format: table, json, or plain |
--watch | -w | false | Continuously refresh status display |
Examples
Show overall status
bash
clifi statusWatch a deployment
bash
clifi status api-service --watchExport status as JSON
bash
clifi status --output json > status.jsonSee also
- clifi logs - View execution logs
- clifi run - Execute a workflow