@deeplint/cli
TypeScript icon, indicating that this package has built-in type declarations

0.8.0 • Public • Published

DeepLint CLI

DeepLint helps you check cloud environments and infrastructure-as-code templates to find and fix misconfigurations.

Version Downloads/week License

Usage

$ npm install -g @deeplint/cli
$ deeplint COMMAND
running command...
$ deeplint (-v|--version|version)
@deeplint/cli/0.8.0 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

Readme

Keywords

Package Sidebar

Install

npm i @deeplint/cli

Weekly Downloads

0

Version

0.8.0

License

MPL-2.0

Unpacked Size

42.1 kB

Total Files

45

Last publish

Collaborators

  • gavinyue