Commands
lin status-update
Post and read project / initiative status updates
Post and read project / initiative status updates
lin status-update archive
archive a status update (--initiative for initiative updates)
lin status-update archive <id>| Flag | Type | Default | Description |
|---|---|---|---|
--dry-run, -n | bool | false | print the intended operation and variables without executing |
--initiative | bool | false | the id is an initiative status update |
lin status-update create
Post a status update on a project or an initiative
lin status-update createExample
lin status-update create --project "Mobile app v2" --health on-track --body "Beta on schedule"| Flag | Type | Default | Description |
|---|---|---|---|
--body | string | - | update body (markdown) |
--body-file | string | - | read the text from a file ('-' reads stdin) |
--dry-run, -n | bool | false | print the intended operation and variables without executing |
--health | string | - | health: on-track, at-risk or off-track |
--initiative | string | - | target initiative (name or UUID) |
--project | string | - | target project (name or UUID) |
lin status-update delete
Delete a project status update (initiative updates cannot be deleted via the API)
lin status-update delete <id>| Flag | Type | Default | Description |
|---|---|---|---|
--confirm | string | - | confirm the destructive action by repeating the resource id |
--dry-run, -n | bool | false | print the intended operation and variables without executing |
lin status-update get
Show one project status update
lin status-update get <id>lin status-update list
List status updates of a project or an initiative
lin status-update list| Flag | Type | Default | Description |
|---|---|---|---|
--all, -a | bool | false | follow cursors until exhaustion |
--cursor | string | - | resume from a previous next_cursor |
--initiative | string | - | target initiative (name or UUID) |
--limit, -l | int | 50 | page size |
--project | string | - | target project (name or UUID) |
lin status-update unarchive
unarchive a status update (--initiative for initiative updates)
lin status-update unarchive <id>| Flag | Type | Default | Description |
|---|---|---|---|
--dry-run, -n | bool | false | print the intended operation and variables without executing |
--initiative | bool | false | the id is an initiative status update |
lin status-update update
Edit a status update's body or health (--initiative for initiative updates)
lin status-update update <id>| Flag | Type | Default | Description |
|---|---|---|---|
--body | string | - | update body (markdown) |
--body-file | string | - | read the text from a file ('-' reads stdin) |
--dry-run, -n | bool | false | print the intended operation and variables without executing |
--health | string | - | health: on-track, at-risk or off-track |
--initiative | bool | false | the id is an initiative status update |