awsp icon indicating copy to clipboard operation
awsp copied to clipboard

Unable to change AWS profile

Open weitheng opened this issue 4 years ago • 0 comments

I was unable to change AWS profile using the enable aliases and auto-completion examples given in the readme file. Managed to find out the issue.

alias awsp="_awsSetProfile" should be replaced with alias awsp="_awsSwitchProfile", _awsSetProfile only echoes the message, therefore it shouldn't be put under alias awsp, whose function should be to switch to another profile.

weitheng avatar Jan 05 '21 17:01 weitheng