Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation of meta-params? #73

Open
rlpowell opened this issue Jun 5, 2014 · 2 comments
Open

Documentation of meta-params? #73

rlpowell opened this issue Jun 5, 2014 · 2 comments

Comments

@rlpowell
Copy link

rlpowell commented Jun 5, 2014

I hope I'm missing something, but I can't find anything that documents meta-parameters. The only reason I even know about them is the "mispelled metaparameter" error, and by looking at the code, which isn't terrible helpful.

@timkay
Copy link
Owner

timkay commented Jun 6, 2014

The documentation for "aws" is pretty far behind. It was a lot of work just keeping up with the AWS enhancements and changes, and I didn't do a good job of documenting.

These days, somebody asks me how to do something, and I add a page in the github wiki. How can I help you?

@robe070
Copy link

robe070 commented Jul 31, 2014

If you want to list the meta-parameters, then aws action --help. E.g. aws describe-db-instances --help
If you want to know what each meta-parameter does then google aws command-action e.g. aws rds-describe-db-instances. Usually the first result is the one you want. It must have the command on the front of the action, not just the action. describe-db-instances without rds on the front is not the most useful page.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants