aws-shell icon indicating copy to clipboard operation
aws-shell copied to clipboard

Add regions to the auto-complete

Open rsack opened this issue 9 years ago • 3 comments

Would like to suggest adding the actual regions to the --region auto-complete (e.g. show us-east... and so on).

It would also be great to support the --region (and other options) in other places except after the service (e.g. also at the end).

rsack avatar Dec 16 '15 09:12 rsack

Good idea, marking as feature request.

jamesls avatar Dec 17 '15 02:12 jamesls

+1

imWillX avatar Dec 29 '15 23:12 imWillX

This should now be possible with the latest botocore package, which now exposes an api to get available regions (https://github.com/boto/botocore/blob/develop/botocore/session.py#L829)

jamesls avatar May 19 '16 23:05 jamesls