Commands
lin initiative-label
Manage initiative labels
Manage initiative labels
lin initiative-label create
Create an initiative label
lin initiative-label create| Flag | Type | Default | Description |
|---|---|---|---|
--color | string | - | label color (hex) |
--description | string | - | label 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 | - | label name (required) |
lin initiative-label delete
Delete an initiative label (requires --confirm)
lin initiative-label 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 initiative-label list
List initiative labels
lin initiative-label 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 initiative-label update
Update an initiative label
lin initiative-label update <id>| Flag | Type | Default | Description |
|---|---|---|---|
--color | string | - | label color (hex) |
--description | string | - | label description |
--dry-run, -n | bool | false | print the intended operation and variables without executing |
--name | string | - | label name |