maton github label

Create, list, edit, and delete labels in a repository

Available commands

Options inherited from parent commands

-p, --profile <string>
Profile to use for this invocation (overrides the active profile; also reads MATON_PROFILE)

ALIASES

maton github labels

Examples

$ maton github label list --repo maton-ai/cli
$ maton github label create bug --repo maton-ai/cli --color d73a4a
$ maton github label edit bug --repo maton-ai/cli --description "Something is broken"
$ maton github label delete bug --repo maton-ai/cli --yes

See also