Commands
lin release-pipeline
List release pipelines
List release pipelines
lin release-pipeline archive
Archive a release pipeline
lin release-pipeline archive <id>| Flag | Type | Default | Description |
|---|---|---|---|
--dry-run, -n | bool | false | print the intended operation and variables without executing |
lin release-pipeline create
Create a release pipeline
lin release-pipeline create| Flag | Type | Default | 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 | - | pipeline name |
--production | bool | false | mark as production pipeline |
--teams | stringSlice | [] | team UUIDs (comma list) |
--type | string | - | pipeline type: continuous or scheduled |
lin release-pipeline delete
Delete a release pipeline (requires --confirm)
lin release-pipeline 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-pipeline list
List release pipelines
lin release-pipeline 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-pipeline unarchive
Unarchive a release pipeline
lin release-pipeline unarchive <id>| Flag | Type | Default | Description |
|---|---|---|---|
--dry-run, -n | bool | false | print the intended operation and variables without executing |
lin release-pipeline update
Update a release pipeline
lin release-pipeline update <id>| Flag | Type | Default | 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 | - | pipeline name |
--production | bool | false | mark as production pipeline |