Kwalify User's Guide (for Ruby)
5 References
5-1 Usage in Command-Line
### usage1: validate YAML document in command-line $ kwalify -f schema.yaml document.yaml [document2.yaml ...] ### usage2: validate schema definition in command-line $ kwalify -m schema.yaml [schema2.yaml ...]
Command-line options:
-
-h,--help - Print help message.
-
-v - Print version.
-
-q - Quiet mode.
-
-s - (Obsolete. Use '-q' instead.) Silent mode.
-
-f schema.yaml - Specify schema definition file.
-
-m - Meta-validation of schema definition.
-
-t - Expand tab characters to spaces automatically.
-
-l - Show linenumber on which error found.
-
-E - Show errors in Emacs-compatible style (implies '-l' option).
-
-a action - Do action. Currently supported action is 'genclass-ruby' and 'genclass-java'. Try '-ha action' to get help about the action.
-
-I path1,path2,... - Template path (for '-a').
-
-P - Enable preceding alias.