summaryrefslogtreecommitdiff
path: root/plugins/aws/README.md
AgeCommit message (Collapse)Author
2019-04-09Reword and fix formattingMarc Cornellà
2019-04-08Fix showing aws prompt for theme fishy (append RPROMPT instead of overwrite)programmer04
2019-03-24aws: document aws_change_access_key and fix READMEMarc Cornellà
2019-03-24aws: set AWS_EB_PROFILE for the EB CLI (#7388)Logan Lindquist
Added AWS_EB_PROFILE environment variable to the AWS Plugin. The EB CLI uses this variable instead of the primary AWS_PROFILE variable to keep track of what profile it is using. https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/eb-cli3-configuration.html
2019-03-24aws: refactor AWS plugin (#7615)David Kane
* Update the AWS plugin to support disabling RPROMT display: Use a $SHOW_AWS_PROMPT option. * Refactoring aws plugin: Exposing customizable aws_prompt_info function to be used in themes. * Set aws prompt prefix and suffix to original values and fix README Co-authored-by: "Vassilis S. Moustakas" <vsmoustakas@gmail.com>
2018-10-28aws: add README (#7357)Jorge Luis Vargas Aguilar