cli: rename config:validate to config:check

This commit is contained in:
Patrik Oldsberg
2020-11-17 18:26:40 +01:00
parent 0b97a89f55
commit 80bf8c7f4f
5 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -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',