linLinear CLI
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>
FlagTypeDefaultDescription
--dry-run, -nboolfalseprint the intended operation and variables without executing
--initiativeboolfalsethe id is an initiative status update

lin status-update create

Post a status update on a project or an initiative

lin status-update create

Example

lin status-update create --project "Mobile app v2" --health on-track --body "Beta on schedule"
FlagTypeDefaultDescription
--bodystring-update body (markdown)
--body-filestring-read the text from a file ('-' reads stdin)
--dry-run, -nboolfalseprint the intended operation and variables without executing
--healthstring-health: on-track, at-risk or off-track
--initiativestring-target initiative (name or UUID)
--projectstring-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>
FlagTypeDefaultDescription
--confirmstring-confirm the destructive action by repeating the resource id
--dry-run, -nboolfalseprint 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
FlagTypeDefaultDescription
--all, -aboolfalsefollow cursors until exhaustion
--cursorstring-resume from a previous next_cursor
--initiativestring-target initiative (name or UUID)
--limit, -lint50page size
--projectstring-target project (name or UUID)

lin status-update unarchive

unarchive a status update (--initiative for initiative updates)

lin status-update unarchive <id>
FlagTypeDefaultDescription
--dry-run, -nboolfalseprint the intended operation and variables without executing
--initiativeboolfalsethe 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>
FlagTypeDefaultDescription
--bodystring-update body (markdown)
--body-filestring-read the text from a file ('-' reads stdin)
--dry-run, -nboolfalseprint the intended operation and variables without executing
--healthstring-health: on-track, at-risk or off-track
--initiativeboolfalsethe id is an initiative status update

On this page