0.2.0 • Published 4 years ago

@stacklint/cli v0.2.0

Weekly downloads
1
License
MPL-2.0
Repository
github
Last release
4 years ago

@stacklint/cli

StackLint

oclif Version Downloads/week License

Usage

$ 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

Execute checking plan

USAGE
  $ stacklint check

OPTIONS
  -h, --help               show CLI help
  -o, --out=out            Output file
  -s, --snapshot=snapshot  Snapshot file

See code: src/commands/check.ts

stacklint fix

Fix founded problems based on fixing plan

USAGE
  $ stacklint fix

OPTIONS
  -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 show

Display the policies, snapshots and checking results in the human-readable format

USAGE
  $ stacklint show

OPTIONS
  -c, --check=check
  -f, --force
  -h, --help               show CLI help
  -p, --policy=policy
  -s, --snapshot=snapshot

See code: src/commands/show.ts

stacklint snap

Take a snapshot of resources covered in existing workspace

USAGE
  $ stacklint snap

OPTIONS
  -h, --help     show CLI help
  -o, --out=out  snapshot output file

See code: src/commands/snap.ts