@deeplint/cli
v0.8.0
Published
DeepLint helps to prevent and fix costly cloud misconfigurations
Downloads
79
Readme
DeepLint CLI
DeepLint helps you check cloud environments and infrastructure-as-code templates to find and fix misconfigurations.
Usage
$ npm install -g @deeplint/cli
$ deeplint COMMAND
running command...
$ deeplint (-v|--version|version)
@deeplint/cli/0.7.1 darwin-x64 node-v12.13.1
$ deeplint --help [COMMAND]
USAGE
$ deeplint COMMAND
...
Commands
deeplint check
Execute checking plan
USAGE
$ deeplint check
OPTIONS
-h, --help show CLI help
-o, --out=out Output file
-s, --snapshot=snapshot Snapshot file
See code: src/commands/check.ts
deeplint fix
Fix founded problems based on fixing plan
USAGE
$ deeplint fix
OPTIONS
-f, --force
-h, --help show CLI help
See code: src/commands/fix.ts
deeplint help [COMMAND]
display help for deeplint
USAGE
$ deeplint help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help
deeplint scan
Scan resources in the cloud environments and generate snapshot
USAGE
$ deeplint scan
OPTIONS
-h, --help show CLI help
-o, --out=out snapshot output file
See code: src/commands/scan.ts
deeplint show
Display the packages, snapshots and checking results in the human-readable format
USAGE
$ deeplint show
OPTIONS
-c, --check=check
-f, --force
-h, --help show CLI help
-p, --package=package
-s, --snapshot=snapshot
See code: src/commands/show.ts