0.0.2 • Published 5 years ago

aws-profile-cli v0.0.2

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

aws-profile-cli

Switch between AWS profiles. Companion CLI to aws-profile-utils

oclif Version Downloads/week License

Usage

$ npm install -g aws-profile-cli
$ awss COMMAND
running command...
$ awss (-v|--version|version)
aws-profile-cli/0.0.2 darwin-x64 node-v10.4.1
$ awss --help [COMMAND]
USAGE
  $ awss COMMAND
...

Commands

awss help [COMMAND]

display help for awss

USAGE
  $ awss help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

awss switch

Switch AWS profiles

USAGE
  $ awss switch

See code: src/commands/switch.js

awss whoami

See your current profile name

USAGE
  $ awss whoami

See code: src/commands/whoami.js