aws-profile-cli
v0.1.2
Published
Switch between AWS profiles
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.1.2 darwin-arm64 node-v22.11.0
$ 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 CLISee code: @oclif/plugin-help
awss switch
Switch AWS profiles
USAGE
$ awss switchSee code: src/commands/switch.js
awss whoami
See your current profile name
USAGE
$ awss whoamiSee code: src/commands/whoami.js
