awslabs / aws-shell

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

Request: Build documentation without starting shell #162

Open jolexa opened 7 years ago

jolexa commented 7 years ago

I would the ability to generate documentation without opening a shell.

Motivation: I would like to cache the documentation in a docker image layer so I do not have to generate it every time I start the container.

Suggestion: A flag that builds documentation without starting the shell. aws-shell --no-prompt ?

donnemartin commented 7 years ago

Thanks for the suggestion!