StackLint policy engine CLI
npm install @stacklint/cli@stacklint/cli
==============
StackLint




sh-session
$ npm install -g @stacklint/cli
$ stacklint COMMAND
running command...
$ stacklint (-v|--version|version)
@stacklint/cli/0.2.0 darwin-x64 node-v12.13.1
$ stacklint --help [COMMAND]
USAGE
$ stacklint COMMAND
...
`
Commands
* stacklint check
* stacklint fix
* [stacklint help [COMMAND]](#stacklint-help-command)
* stacklint show
* stacklint snapstacklint checkExecute checking plan
`
USAGE
$ stacklint checkOPTIONS
-h, --help show CLI help
-o, --out=out Output file
-s, --snapshot=snapshot Snapshot file
`_See code: src/commands/check.ts_
stacklint fixFix founded problems based on fixing plan
`
USAGE
$ stacklint fixOPTIONS
-f, --force
-h, --help show CLI help
`_See code: src/commands/fix.ts_
stacklint help [COMMAND]display help for stacklint
`
USAGE
$ stacklint help [COMMAND]ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
`_See code: @oclif/plugin-help_
stacklint showDisplay the policies, snapshots and checking results in the human-readable format
`
USAGE
$ stacklint showOPTIONS
-c, --check=check
-f, --force
-h, --help show CLI help
-p, --policy=policy
-s, --snapshot=snapshot
`_See code: src/commands/show.ts_
stacklint snapTake a snapshot of resources covered in existing workspace
`
USAGE
$ stacklint snapOPTIONS
-h, --help show CLI help
-o, --out=out snapshot output file
``_See code: src/commands/snap.ts_