summaryrefslogtreecommitdiff
path: root/plugins/aws/aws.plugin.zsh
AgeCommit message (Collapse)Author
2019-05-28aws: use function keyword in function definitionsMarc Cornellà
Fixes #7886
2019-05-26aws: check availability of aws profiles (#7839)programmer04
2019-05-25aws: check for existence of config file in aws_profilesMarc Cornellà
Fixes #7872
2019-05-10aws: really unset AWS*PROFILE variables in asp function (#7838)Mohamed El Mouctar Haidara
2019-04-29aws: fix path resolution of aws completion for Ubuntu (#7812)dorons
2019-04-09Fix redundant export of RPROMPT in aws pluginprogrammer04
2019-03-24aws: clean up aws_change_access_key functionMarc Cornellà
2019-03-24aws: added an alias for changing the AWS access key set on a profileCristian Măgherușan-Stanciu
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>
2019-03-23aws: refactor completion sourcing logic (#7364)Marc Cornellà
* Clean up Homebrew detection and add comments. Also changed some if flags. * Detect aws cli completion file from RPM
2018-12-31aws_porfiles regex is catching more lines than profiles, thus breaking ↵Anton Stamenov
completion (#7469)
2018-10-28aws: use AWS_CONFIG_FILE to complete profilesJorge Vargas
Stop exporting AWS_HOME and use the standard AWS_CONFIG_FILE environment variable, with a fallback to ~/.aws/config (default location) if not defined. Close #7356
2018-10-28aws: change AWS_DEFAULT_PROFILE to AWS_PROFILEVargas, Jorge L
The environment variable name used to be AWS_DEFAULT_PROFILE but the CLI documentation now only mentions AWS_PROFILE. https://docs.aws.amazon.com/cli/latest/userguide/cli-environment.html It seems like the CLI was the only tool using AWS_DEFAULT_PROFILE, and all the AWS SDKs used AWS_PROFILE, so they standardized on it. https://onetechnical.wordpress.com/2016/10/07/the-curious-case-of-aws_default_profile/ Note: still left AWS_DEFAULT_PROFILE on the method to set the profile to maintain backwards compatibility. Close #7354
2018-05-16allow . in profile namesFrank Wittig
2018-05-10Update AWS completion (#6745)Hosh
2017-11-07speed up chruby plugin by eliminating(as much as possible) calls to brew (#6080)T0mK0
* speed up chruby plugin by eliminating(as much as possible) calls to brew * speed up aws plugin by eliminating(as much as possible) calls to brew
2015-09-04Fix aws plugin RPROMPT pollutionAlexey V Zapparov
2015-06-14Merge pull request #3975 from wernerb/patch-1Robby Russell
Set AWS_PROFILE and use existing RPROMPT
2015-06-10Fix homebrew directory in aws plugin.Andrew Purcell
Sometimes the output of ``homebrew --prefix`` and ``homebrew --prefix awscli`` don't match, and the second is the correct call.
2015-06-09Set AWS_PROFILE and use existing RPROMPTWerner Buck
2014-12-16Fix aws.plugins.zsh check ruleSuperbil
Check _aws_zsh_completer_path had exist or not
2014-09-03Changed brew cmd to properly report if awscli is installed via homebrewMatt Walker
2014-08-30Amended to source the original aws_zsh_completer.sh rather thanDouglas S.D. Hall
the mangled version installed into $(brew-prefix)/bin if using homebrew installed awscli on OSX. This was discussed here - https://github.com/Homebrew/homebrew/issues/30268
2013-10-09Added a completion plugin for the new aws-cli toolCristian Măgherușan-Stanciu
It also supports quickly switching AWS profiles defined in ~/.aws/config using the asp alias