awsp
awsp copied to clipboard
Unable to change AWS profile
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.