CLI Manual
Learn about the Vale command-line interface.
vale [flags] [commands] [input...]
vale --help
Option | Type | Description |
---|---|---|
sync | command | Download and install packages. |
ls-config | command | Print the current configuration. |
ls-metrics | command | Print a help message. |
--config | flag | A path to a configuration file. |
--ext | flag | An extension to associate with stdin. |
--filter | flag | An expression to filter rules by. |
--glob | flag | A glob pattern. |
--ignore-syntax | flag | Lint all files line-by-line. |
--no-exit | flag | Don't return a nonzero exit code on errors. |
--no-wrap | flag | Don't wrap CLI output. |
--output | flag | An output style ("line", "JSON", or a template file). |
--version | flag | Print the current version. |