Commands
lin project-label
Manage project labels
Manage project labels
lin project-label create
Create a project label
lin project-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 |
--name | string | - | label name |
lin project-label delete
Delete a project label (requires --confirm)
lin project-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 project-label list
List project labels
lin project-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 project-label update
Update a project label
lin project-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 |