Address Copilot review feedback
- Handle --inspect/--inspect-brk optional host value by extracting them from raw args before passing to cleye (supports both bare --inspect and --inspect=host:port forms) - Change require flag from [String] to String in package start since downstream only accepts a single value - Preserve legacy --alwaysYarnPack alias in build-workspace command - Update changeset to mention camelCase → kebab-case flag changes Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
@@ -2,4 +2,4 @@
|
||||
'@backstage/cli': patch
|
||||
---
|
||||
|
||||
Migrated remaining CLI command handlers from `commander` to `cleye` for argument parsing.
|
||||
Migrated remaining CLI command handlers from `commander` to `cleye` for argument parsing. A few CLI flags that were previously camelCase have been normalized to kebab-case to match standard CLI conventions. Affected flags: `--baseVersion` → `--base-version`, `--successCache` → `--success-cache`, `--successCacheDir` → `--success-cache-dir`, `--alwaysPack` → `--always-pack`.
|
||||
|
||||
Reference in New Issue
Block a user