help

$qlty help [SUBCOMMAND]...

Print this message or the help of the given subcommand(s)

Example output:

1Usage: qlty [OPTIONS] [COMMAND]
2
3Commands:
4 cache Manage cache
5 check Run linters
6 completions Generate shell completions
7 config Print current version
8 coverage View, transform, and publish code coverage
9 dashboard Open the Qlty Cloud dashboard
10 deinit Remove Qlty from the repository
11 discord Join our Discord server
12 docs Open the docs website
13 fmt Auto-format
14 init Set up Qlty in the repository
15 install Install linters and formatters
16 metrics Compute code metrics
17 plugins Manage plugins
18 smells Check code quality
19 upgrade Upgrade Qlty to the latest version
20 version Print current version
21 help Print this message or the help of the given subcommand(s)
22
23Options:
24 --debug Log with more information
25 --no-upgrade-check Do not check for updates
26 -h, --help Print help
27 -V, --version Print version

Examples

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

See Also