awslabs / aws-shell

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

adding aws-shell to a docker image #203

Open JeremyMarshall opened 6 years ago

JeremyMarshall commented 6 years ago

What I'd like to do is add aws-shell to a docker image (easy using pip)

but then prewarm the command completion so it doesn't do that upon first run rather it is part of the build process.

how can I do this?

williamjacksn commented 5 years ago

I would like this, too. I would describe this as a feature request.

Please add a command-line flag or something similar that will trigger the creation of the autocomplete index and (perhaps optionally) the documentation index then quit.

This feature would be useful in a scenario where we are provisioning aws-shell into a Docker image.