awslabs / aws-shell

An integrated shell for working with the AWS CLI.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

adding aws-shell to a docker image

JeremyMarshall opened this issue · comments

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?

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.