We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef6ffdf commit 8ae9727Copy full SHA for 8ae9727
src/cli/run/validate.ts
@@ -10,8 +10,9 @@ import validateTranslation from '../../services/translation/validate';
10
11
const helperText = `
12
Usage:
13
- --validate-schema sample-widget/schema.json
14
- --validate-query-params sample-widget/queryParamsBuilder.json
+ widget-builder validate --schema schema.json
+ widget-builder validate --query-params queryParamsBuilder.json
15
+ widget-builder validate --translation schema_translation.json
16
`;
17
18
const validateCommands = () => {
0 commit comments