wallix / awless

A Mighty CLI for AWS
http://awless.io/
Apache License 2.0
4.98k stars 263 forks source link

Added completion to profiles #159

Closed padilo closed 6 years ago

padilo commented 6 years ago

Adds autocompletion to profiles

simcap commented 6 years ago

Thanks!

For this one @padilo , if a file does not exists (ex: ~/.aws/config .... not everybody has this file present unfortunately) the completion will throw out an error.

Before we merge this one the bash script should handle grep on non existing file (i.e. file exists check beforehand).

Good job! Will be very useful.

padilo commented 6 years ago

Cool, I'll improve that ;)

padilo commented 6 years ago

@simcap, should be solved now. Also rebased on top of master

simcap commented 6 years ago

Thanks @padilo . Merged.