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| Flag | Type | Default | Description |
|---|---|---|---|
--body-file | string | - | read the text from a file ('-' reads stdin) |
--content | string | - | release note content (markdown) |
--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 |
--pipeline | string | - | release pipeline UUID (required) |
--releases | stringSlice | [] | release UUIDs to include |
--title | string | - | release note title |
lin release-note delete
Delete a release note (requires --confirm)
lin release-note 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 release-note get
Show one release note
lin release-note get <id>lin release-note list
List release notes
lin release-note list| 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 |
lin release-note update
Update a release note
lin release-note update <id>| Flag | Type | Default | Description |
|---|---|---|---|
--content | string | - | note content (markdown) |
--content-file | string | - | read the text from a file ('-' reads stdin) |
--dry-run, -n | bool | false | print the intended operation and variables without executing |
--title | string | - | note title |