Skip to main content

All Questions

0 votes
0 answers
150 views

Configure zsh syntax highlighting for bash-my-aws

I have been using zsh syntax highlighter from this repo and it has been very great so far. Now, I discovered a repo called bash-my-aws which aliases my awscli commands to a more usable and compact ...
Rynn_'s user avatar
  • 1
0 votes
1 answer
2k views

'aws ec2 describe-instances --query' doesn't work in ZSH

The following command works just fine in bash: aws ec2 describe-instances \ --filters "Name=tag:Name,Values=XXXXXXX" "Name=instance-state-code,Values=16" \ --query 'Reservations[0].Instances[0]....
Henrique Barcelos's user avatar
2 votes
4 answers
2k views

How do I get the aws cli completion to work with zsh on OS X?

Similar to this question: How do I get the aws cli completion to work with zsh on ubuntu? This command from the aws-cli documentation did not properly setup auto completion. source /usr/local/bin/...
ianmunoz's user avatar
  • 121
7 votes
6 answers
12k views

How do I get the aws cli completion to work with zsh on ubuntu?

I installed aws console cli following the instructions here: http://docs.aws.amazon.com/cli/latest/userguide/cli-chap-getting-set-up.html#install-bundle-other-os I want to get completion working ...
Ovesh's user avatar
  • 444