Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.qlty.sh/llms.txt

Use this file to discover all available pages before exploring further.

qlty help [SUBCOMMAND]...
Print this message or the help of the given subcommand(s) Example output:
Usage: qlty [OPTIONS] [COMMAND]

Commands:
  cache        Manage cache
  check        Run linters
  completions  Generate shell completions
  config       Print current version
  coverage     View, transform, and publish code coverage
  dashboard    Open the Qlty Cloud dashboard
  deinit       Remove Qlty from the repository
  discord      Join our Discord server
  docs         Open the docs website
  fmt          Auto-format
  init         Set up Qlty in the repository
  install      Install linters and formatters
  metrics      Compute code metrics
  plugins      Manage plugins
  smells       Check code quality
  upgrade      Upgrade Qlty to the latest version
  version      Print current version
  help         Print this message or the help of the given subcommand(s)

Options:
      --debug             Log with more information
      --no-upgrade-check  Do not check for updates
  -h, --help              Print help
  -V, --version           Print version

Examples

Show top-level subcommands
qlty help
Show auth subcommands
qlty help auth

See Also