Validate Local Project Command
Validate the local project directory.
kbc local validate [flags]Or shorter:
kbc v [flags]Validate the directory structure and file contents of the local directory. Configurations of components having a JSON schema will be validated against the schema.
Options
Section titled “Options”Example
Section titled “Example”➜ kbc validateEverything is good.Sub Commands
Section titled “Sub Commands”|--- | Command | Description |-|-|- | kbc local validate config | Validate a configuration JSON file. | | kbc local validate row | Validate a configuration row JSON file. | | kbc local validate schema | Validate a configuration/row JSON file by a JSON schema file. |