Loading...
Loading...
View and manage workflow states. Use when checking or configuring issue statuses for a team.
npx skill4agent add finesssee/linear-cli linear-statuses# List all statuses for a team
linear-cli st list -t ENG
linear-cli st list -t ENG --output json
# Get status details
linear-cli st get "In Progress" -t ENG
# Update a workflow state
linear-cli st update STATE_ID --name "Reviewing" --color "#3B82F6"| Flag | Purpose |
|---|---|
| Team key (required) |
| Status name |
| Status color |
| JSON output |
0123