cdk-slueth
TypeScript icon, indicating that this package has built-in type declarations

0.1.1 • Public • Published

cdk-slueth

Used to capture data about the CDK deploy such as permissions used

oclif Version Downloads/week License

Usage

$ npm install -g cdk-slueth
$ cdk-slueth COMMAND
running command...
$ cdk-slueth (-v|--version|version)
cdk-slueth/0.1.1 darwin-x64 node-v13.1.0
$ cdk-slueth --help [COMMAND]
USAGE
  $ cdk-slueth COMMAND
...

Commands

cdk-slueth help [COMMAND]

display help for cdk-slueth

USAGE
  $ cdk-slueth help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

cdk-slueth list-access

Finds the access used by the given username between the start and end markers

USAGE
  $ cdk-slueth list-access

OPTIONS
  -f, --contextFile=contextFile  [default: .cdk-slueth] Override default context file used by cdk-slueth
  -h, --help                     show CLI help
  -r, --region=region            [default: us-east-1] AWS Region to run against
  -u, --username=username        The username from the role the cdk deploy ran as. Used to narrow cloudtrail results

EXAMPLE
  $ cdk-slueth list-access

See code: src/commands/list-access.ts

cdk-slueth mark-end

Run this command before cdk deploy to mark end time

USAGE
  $ cdk-slueth mark-end

OPTIONS
  -f, --contextFile=contextFile  [default: .cdk-slueth]
  -f, --force
  -h, --help                     show CLI help

EXAMPLE
  $ cdk-slueth mark-end

See code: src/commands/mark-end.ts

cdk-slueth mark-start

Run this command before cdk deploy to mark start time

USAGE
  $ cdk-slueth mark-start

OPTIONS
  -f, --contextFile=contextFile  [default: .cdk-slueth]
  -h, --help                     show CLI help

EXAMPLE
  $ cdk-slueth mark-start

See code: src/commands/mark-start.ts

Readme

Keywords

Package Sidebar

Install

npm i cdk-slueth

Weekly Downloads

0

Version

0.1.1

License

NA

Unpacked Size

16.3 kB

Total Files

19

Last publish

Collaborators

  • damc-dev