@bagubagu/baws
v0.5.0
Published
Bagubagu AWS Helper
Downloads
24
Readme
@bagubagu/baws
Bagubagu AWS Helper
Usage
$ npm install -g @bagubagu/baws
$ baws COMMAND
running command...
$ baws (-v|--version|version)
@bagubagu/baws/0.5.0 darwin-x64 node-v10.15.0
$ baws --help [COMMAND]
USAGE
$ baws COMMAND
...
Commands
baws account:add HOSTEDZONE ROOTEMAIL
baws help [COMMAND]
baws user:create [ALIAS]
baws userpool:add
baws userpool:delete
baws account:add HOSTEDZONE ROOTEMAIL
add new account
USAGE
$ baws account:add HOSTEDZONE ROOTEMAIL
OPTIONS
-h, --help show CLI help
-p, --profile=profile profile to use
-v, --verbose show aws log output
See code: src/commands/account/add.ts
baws help [COMMAND]
display help for baws
USAGE
$ baws help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help
baws user:create [ALIAS]
create user
USAGE
$ baws user:create [ALIAS]
OPTIONS
-h, --help show CLI help
-p, --profile=profile profile to use
-v, --verbose show aws log output
--client=client client id of the userpool
--region=region aws region
--userpool=userpool userpool
See code: src/commands/user/create.ts
baws userpool:add
create userpool
USAGE
$ baws userpool:add
OPTIONS
-h, --help show CLI help
-p, --profile=profile profile to use
-s, --stackname=stackname stack name
-v, --verbose show aws log output
See code: src/commands/userpool/add.ts
baws userpool:delete
delete userpool
USAGE
$ baws userpool:delete
OPTIONS
-h, --help show CLI help
-p, --profile=profile profile to use
-s, --stackname=stackname stack name
-v, --verbose show aws log output
See code: src/commands/userpool/delete.ts