awslabs / aws-shell

An integrated shell for working with the AWS CLI.
Apache License 2.0
7.15k stars 770 forks source link

Add ECS autocomplete defenition #214

Open alexpusch opened 5 years ago

alexpusch commented 5 years ago

Added ECS command options autocomplete definitions. Only --cluster is supported for now

Adding support for --service autocomplete is less trivial as it needs the value of --cluster. Can anyone offer advice about to implement it in the current autocomplete definitions architecture?