label manages repository labels.
Labels organize issues and changes. Gitfleet gives teams one way to inspect and maintain them.
Use label when setting up a repository, standardizing taxonomy, or cleaning up
metadata.
Decide whether the label name already exists and whether the color and description match your team's taxonomy. Label deletion can affect issue and change filters, saved searches, automation, and dashboards.
gitfleet label list --repo owner/repositorygitfleet label create bug --repo owner/repository --color d73a4agitfleet label delete old-label --repo owner/repository --yes
GitHub and GitLab both support label operations.
Deleting labels mutates repository metadata and requires confirmation or
--yes.
Use --json for label synchronization and audits.