Forrest logo
back to context overview

vale

List of commands for vale:

  • vale:tldr:37109 vale: Output the results in JSON format.
    $ vale --output=JSON ${filename}
    try on your machine
    explain this command
  • vale:tldr:3f66f vale: List the current configuration.
    $ vale ls-config
    try on your machine
    explain this command
  • vale:tldr:55738 vale: Check the style of a file.
    $ vale ${filename}
    try on your machine
    explain this command
  • vale:tldr:89b99 vale: Check the style from `stdin`, specifying markup format.
    $ cat ${file-md} | vale --ext=.md
    try on your machine
    explain this command
  • vale:tldr:dcc76 vale: Check the style of a file with a specified configuration.
    $ vale --config='${path-to--vale-ini}' ${filename}
    try on your machine
    explain this command
  • vale:tldr:f1209 vale: Check style issues at the specific severity and higher.
    $ vale --minAlertLeve=${select} ${filename}
    try on your machine
    explain this command
back to context overview