linLinear CLI
Commands

lin release-note

Create and inspect release notes

Create and inspect release notes

lin release-note create

Create a release note in a pipeline

lin release-note create
FlagTypeDefaultDescription
--body-filestring-read the text from a file ('-' reads stdin)
--contentstring-release note content (markdown)
--dry-run, -nboolfalseprint the intended operation and variables without executing
--jsonstring-raw GraphQL input payload as JSON ('-' reads stdin); exclusive with per-field flags
--pipelinestring-release pipeline UUID (required)
--releasesstringSlice[]release UUIDs to include
--titlestring-release note title

lin release-note delete

Delete a release note (requires --confirm)

lin release-note delete <id>
FlagTypeDefaultDescription
--confirmstring-confirm the destructive action by repeating the resource id
--dry-run, -nboolfalseprint the intended operation and variables without executing

lin release-note get

Show one release note

lin release-note get <id>

lin release-note list

List release notes

lin release-note list
FlagTypeDefaultDescription
--all, -aboolfalsefollow cursors until exhaustion
--cursorstring-resume from a previous next_cursor
--limit, -lint50page size

lin release-note update

Update a release note

lin release-note update <id>
FlagTypeDefaultDescription
--contentstring-note content (markdown)
--content-filestring-read the text from a file ('-' reads stdin)
--dry-run, -nboolfalseprint the intended operation and variables without executing
--titlestring-note title

On this page