cli: rename config:validate to config:check
This commit is contained in:
@@ -147,7 +147,7 @@ export function registerCommands(program: CommanderStatic) {
|
||||
.action(lazy(() => import('./config/print').then(m => m.default)));
|
||||
|
||||
program
|
||||
.command('config:validate')
|
||||
.command('config:check')
|
||||
.option(...configOption)
|
||||
.description(
|
||||
'Validate that the given configuration loads and matches schema',
|
||||
|
||||
Reference in New Issue
Block a user