cli: rename versions:lint to versions:check
This commit is contained in:
@@ -2,4 +2,4 @@
|
||||
'@backstage/cli': patch
|
||||
---
|
||||
|
||||
Add new `versions:lint` and `versions:bump` commands to simplify version management and avoid conflicts
|
||||
Add new `versions:check` and `versions:bump` commands to simplify version management and avoid conflicts
|
||||
|
||||
@@ -160,9 +160,9 @@ export function registerCommands(program: CommanderStatic) {
|
||||
.action(lazy(() => import('./versions/bump').then(m => m.default)));
|
||||
|
||||
program
|
||||
.command('versions:lint')
|
||||
.command('versions:check')
|
||||
.option('--fix', 'Fix any auto-fixable versioning problems')
|
||||
.description('Lint Backstage package versioning')
|
||||
.description('Check Backstage package versioning')
|
||||
.action(lazy(() => import('./versions/lint').then(m => m.default)));
|
||||
|
||||
program
|
||||
|
||||
Reference in New Issue
Block a user