CliFi

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

FlagShorthandDefaultDescription
--env-elocalTarget environment
--output-otableOutput format: table, json, or plain
--watch-wfalseContinuously refresh status display

Examples

Show overall status

bash
clifi status

Watch a deployment

bash
clifi status api-service --watch

Export status as JSON

bash
clifi status --output json > status.json

See also