awslabs / aws-shell

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

[Feature Request] Ability to open CLI documentation directly from the shell #233

Open a-panickar opened 4 years ago

a-panickar commented 4 years ago

Sometimes you really need to go check the online documentation for the commands you are trying to run. Having a native shortcut to open the browser with the relevant page would be a good feature addition to this great tool.

For example s3 ls help or s3 ls docu should open the S3 ls cli page in the browser.

Thanks