$ salita --version
0.9.2
$ salita --check
Options:
--color colorizes output [boolean] [default: true]
--no-color prevents colorized output
--json provides parseable JSON output (implies --no-color) [boolean]
--dry-run, -n prevents changes to package.json [boolean] [default: false]
--update, -u applies changes to package.json [boolean] [default: true]
--ignore-stars ignore updates to packages that are set to "*" [boolean]
--ignore-pegged ignore updates to packages that are pegged to a single version, rather than a range [boolean]
--check implies --dry-run and --no-update, and returns with an exit code matching the number of updated dependencies [boolean]
--help, -h Show help [boolean]
--version, -v Show version number [boolean]
Error: --update and --check are mutually exclusive