garden label
Manage a repository’s labels
garden labelgarden label create
Section titled “garden label create”Create a label
garden label create <name>| Flag | Type | Default | Description |
|---|---|---|---|
--color |
string | — | Hex color, e.g. #d73a4a |
--description |
string | — | Description |
--json |
bool | — | Output as JSON |
-o, --org |
string | — | Organization slug (defaults to the checkout’s org) |
-R, --repo |
string | — | Repository slug (defaults to the current checkout) |
garden label delete
Section titled “garden label delete”Delete a label (removes it from all PRs)
garden label delete <name>Aliases: rm
| Flag | Type | Default | Description |
|---|---|---|---|
-o, --org |
string | — | Organization slug (defaults to the checkout’s org) |
-R, --repo |
string | — | Repository slug (defaults to the current checkout) |
garden label edit
Section titled “garden label edit”Update a label’s color or description
garden label edit <name>Aliases: update
| Flag | Type | Default | Description |
|---|---|---|---|
--color |
string | — | New hex color, e.g. #d73a4a |
--description |
string | — | New description |
--json |
bool | — | Output as JSON |
-o, --org |
string | — | Organization slug (defaults to the checkout’s org) |
-R, --repo |
string | — | Repository slug (defaults to the current checkout) |
garden label list
Section titled “garden label list”List the repository’s labels
garden label listAliases: ls
| Flag | Type | Default | Description |
|---|---|---|---|
--json |
bool | — | Output as JSON |
-o, --org |
string | — | Organization slug (defaults to the checkout’s org) |
-R, --repo |
string | — | Repository slug (defaults to the current checkout) |