stk-legacy validate
Description
The command:
- Validates the fields of
stack.yaml
,template.yaml
andplugin.yaml
files of a Stack; - Remove empty folders;
- Ignores files and folders that you don't want when you finish developing your Stack.
In the end, the command displays a message with the inconsistencies and the validation result.
For more details, check the validated fields list.
Parameter | Description |
---|---|
--verbose | Option to list the details of all analyzed, validated, and ignored items in your Stack. |
Example
See the result of the stk-legacy validate
command in the standard mode and in a --verbose
mode:
- stk validate
- stk validate --verbose
stk-legacy validate stack
stk-legacy validate stack --verbose
Was this page helpful?