Commands
lin state
Inspect and manage workflow states (issue statuses)
Inspect and manage workflow states (issue statuses)
lin state archive
Archive a workflow state (issues must be moved off it first)
lin state archive <id>| Flag | Type | Default | Description |
|---|---|---|---|
--dry-run, -n | bool | false | print the intended operation and variables without executing |
lin state create
Create a workflow state
lin state createExample
lin state create --team ENG --name "In Review" --type started --color "#f2c94c"| Flag | Type | Default | Description |
|---|---|---|---|
--color | string | - | state color (hex) |
--description | string | - | state description |
--dry-run, -n | bool | false | print the intended operation and variables without executing |
--json | string | - | raw GraphQL input payload as JSON ('-' reads stdin); exclusive with per-field flags |
--name | string | - | state name |
--position | float64 | 0 | position in the workflow |
--team, -t | string | - | team key or UUID |
--type | string | - | state type: backlog, unstarted, started, completed, canceled |
lin state get
Show one workflow state
lin state get <id>lin state list
List workflow states
lin state listExample
lin state list --team ENG --fields name,type| Flag | Type | Default | Description |
|---|---|---|---|
--all, -a | bool | false | follow cursors until exhaustion |
--cursor | string | - | resume from a previous next_cursor |
--limit, -l | int | 50 | page size |
--team, -t | string | - | restrict to a team (key or UUID) |
lin state update
Update a workflow state
lin state update <id>| Flag | Type | Default | Description |
|---|---|---|---|
--color | string | - | state color (hex) |
--description | string | - | state description |
--dry-run, -n | bool | false | print the intended operation and variables without executing |
--json | string | - | raw GraphQL input payload as JSON ('-' reads stdin); exclusive with per-field flags |
--name | string | - | state name |
--position | float64 | 0 | position in the workflow |