Commands
lin release-stage
Manage release stages
Manage release stages
lin release-stage archive
Archive a release stage
lin release-stage archive <id>| Flag | Type | Default | Description |
|---|---|---|---|
--dry-run, -n | bool | false | print the intended operation and variables without executing |
lin release-stage create
Create a release stage in a pipeline
lin release-stage create| Flag | Type | Default | Description |
|---|---|---|---|
--color | string | - | stage color (hex) |
--dry-run, -n | bool | false | print the intended operation and variables without executing |
--frozen | bool | false | freeze the stage |
--name | string | - | stage name |
--pipeline | string | - | release pipeline UUID |
--position | float64 | 0 | stage position |
--type | string | - | stage type: planned, started, completed, canceled |
lin release-stage list
List release stages
lin release-stage 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-stage unarchive
Unarchive a release stage
lin release-stage unarchive <id>| Flag | Type | Default | Description |
|---|---|---|---|
--dry-run, -n | bool | false | print the intended operation and variables without executing |
lin release-stage update
Update a release stage
lin release-stage update <id>| Flag | Type | Default | Description |
|---|---|---|---|
--color | string | - | stage color (hex) |
--dry-run, -n | bool | false | print the intended operation and variables without executing |
--frozen | bool | false | freeze the stage |
--name | string | - | stage name |
--position | float64 | 0 | stage position |