donnemartin / saws

A supercharged AWS command line interface (CLI).
Other
5.24k stars 281 forks source link

Autocomplete ecs task definitions #64

Open sublimino opened 8 years ago

sublimino commented 8 years ago

Would be great to have these auto-completed:

ecs describe-task-definition --task-definition <task>

can be populated with `aws ecs list-task-definition-families` and/or `aws ecs list-task-definitions`
donnemartin commented 8 years ago

@sublimino Thanks for the suggestion to add this. The resource completions will undergo some changes soon (https://github.com/donnemartin/saws/issues/36), once that's wrapped up we'll be able to more efficiently add autocompletions.