Merge pull request #33061 from backstage/rugvip/migrate-cli-to-cleye

cli: migrate remaining commands from commander to cleye
This commit is contained in:
Patrik Oldsberg
2026-03-06 15:59:09 +01:00
committed by GitHub
36 changed files with 880 additions and 772 deletions
@@ -0,0 +1,5 @@
---
'@backstage/cli': patch
---
Migrated remaining CLI command handlers from `commander` to `cleye` for argument parsing. Several camelCase CLI flags have been deprecated in favor of their kebab-case equivalents (e.g. `--successCache``--success-cache`). The old camelCase forms still work but will now log a deprecation warning. Please update any scripts or CI configurations to use the kebab-case versions.