Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-05-16 | allow . in profile names | Frank Wittig | |
2018-05-10 | Update AWS completion (#6745) | Hosh | |
2017-11-07 | speed 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-04 | Fix aws plugin RPROMPT pollution | Alexey V Zapparov | |
2015-06-14 | Merge pull request #3975 from wernerb/patch-1 | Robby Russell | |
Set AWS_PROFILE and use existing RPROMPT | |||
2015-06-10 | Fix 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-09 | Set AWS_PROFILE and use existing RPROMPT | Werner Buck | |
2014-12-16 | Fix aws.plugins.zsh check rule | Superbil | |
Check _aws_zsh_completer_path had exist or not | |||
2014-09-03 | Changed brew cmd to properly report if awscli is installed via homebrew | Matt Walker | |
2014-08-30 | Amended to source the original aws_zsh_completer.sh rather than | Douglas 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-09 | Added a completion plugin for the new aws-cli tool | Cristian Măgherușan-Stanciu | |
It also supports quickly switching AWS profiles defined in ~/.aws/config using the asp alias |