crewship label
Manage workspace labels. Labels are shared across every crew in the workspace and attached to issues viacrewship issue update --labels.
crewship labels
Subcommands
| Command | Description |
|---|---|
list | List labels in the current workspace. |
create | Create a new label. |
update | Update a label. |
delete | Delete a label. |
crewship label list
crewship label create
| Flag | Type | Default | Description |
|---|---|---|---|
--name | string | (required) | Label name. |
--color | string | (required) | Hex color, e.g. #3B82F6 or #abc. Validated client-side. |
--group | string | Optional label group (e.g. priority, status). |
crewship label update
| Flag | Type | Default | Description |
|---|---|---|---|
--name | string | New label name. | |
--color | string | New hex color. | |
--group | string | New label group. Pass empty string to clear. |
crewship label delete
| Flag | Short | Type | Default | Description |
|---|---|---|---|---|
--yes | -y | bool | false | Skip interactive confirmation. Required in non-TTY sessions. |
See also
- Issue commands —
crewship issue update --labels <id>attaches labels to issues.