- 05 Oct, 2020 1 commit
-
-
Marc Cornellà authored
This reverts commit f776af2a. Fixes #9314
-
- 30 Sep, 2020 1 commit
-
-
Marc Cornellà authored
Fixes #9246
-
- 18 Jul, 2020 1 commit
-
-
Amir Tahvildaran authored
Closes #9122 The current check is assuming that the aws_completer is installed globally, it then runs the command without that path I have aws_completer in ~/.local/bin/aws_completer This changes the check to see if the command exists instead of concerning itself with where it in installed. This test matches the behavior of just running the command.
-
- 09 Jul, 2020 1 commit
-
-
Lutz Horn authored
Fixes #9060 by matching a `@` in the AWS profile name.
-
- 26 Apr, 2020 1 commit
-
-
tom139 authored
-
- 09 Mar, 2020 1 commit
-
-
B YI authored
-
- 05 Mar, 2020 1 commit
-
-
Marc Cornellà authored
Co-authored-by: Marc Cornellà <marc.cornella@live.com>
-
- 30 Jan, 2020 1 commit
-
-
Marc Cornellà authored
Older zsh versions require this syntax change. Fixes #8525
-
- 28 May, 2019 1 commit
-
-
Marc Cornellà authored
Fixes #7886
-
- 26 May, 2019 1 commit
-
-
programmer04 authored
-
- 25 May, 2019 1 commit
-
-
Marc Cornellà authored
Fixes #7872
-
- 10 May, 2019 1 commit
-
-
Mohamed El Mouctar Haidara authored
-
- 29 Apr, 2019 1 commit
-
-
dorons authored
-
- 09 Apr, 2019 1 commit
-
-
programmer04 authored
-
- 24 Mar, 2019 4 commits
-
-
Marc Cornellà authored
-
Cristian Măgherușan-Stanciu authored
-
Logan Lindquist authored
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
-
David Kane authored
* 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>
-
- 23 Mar, 2019 1 commit
-
-
Marc Cornellà authored
* Clean up Homebrew detection and add comments. Also changed some if flags. * Detect aws cli completion file from RPM
-
- 31 Dec, 2018 1 commit
-
-
Anton Stamenov authored
-
- 28 Oct, 2018 2 commits
-
-
Jorge Vargas authored
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
-
Vargas, Jorge L authored
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
-
- 16 May, 2018 1 commit
-
-
Frank Wittig authored
-
- 10 May, 2018 1 commit
-
-
Hosh authored
-
- 07 Nov, 2017 1 commit
-
-
T0mK0 authored
* 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
-
- 04 Sep, 2015 1 commit
-
-
Alexey V Zapparov authored
-
- 10 Jun, 2015 1 commit
-
-
Andrew Purcell authored
Sometimes the output of ``homebrew --prefix`` and ``homebrew --prefix awscli`` don't match, and the second is the correct call.
-
- 09 Jun, 2015 1 commit
-
-
Werner Buck authored
-
- 15 Dec, 2014 1 commit
-
-
Superbil authored
Check _aws_zsh_completer_path had exist or not
-
- 03 Sep, 2014 1 commit
-
-
Matt Walker authored
-
- 30 Aug, 2014 1 commit
-
-
Douglas S.D. Hall authored
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
-
- 09 Oct, 2013 1 commit
-
-
Cristian Măgherușan-Stanciu authored
It also supports quickly switching AWS profiles defined in ~/.aws/config using the asp alias
-