aws-profile-cli
v0.0.2
Published
Switch between AWS profiles
Downloads
3
Readme
aws-profile-cli
Switch between AWS profiles. Companion CLI to aws-profile-utils
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