aws-cli
aws-cli copied to clipboard
Universal Command Line Interface for Amazon Web Services
### Describe the feature The ability to invoke the QS "Export to CSV" feature  from the command line, e.g. GetDashboardCSV or similar. ### Use Case To get data from...
When the `--no-paginate` option is not specified, pagination should be followed automatically to return the whole result set. However, `aws cognito-idp list-users` does not do this, nor does `aws cognito-idp...
This is an attempt to maintain the usage of `sslCommonName` in the AWS CLI. A handler is added that adds the `endpoint-url` arg to any given command if the user...
The lack of a distinction between regular and streaming blobs in our documentation is causing some confusion among our users. This PR addresses the issue by: - Explicitly labeling streaming...
We get a lot of requests from users to include global options in a command's help page. The changes in this PR include: - A script used to pre-generate `.rst`...
*Description of changes:* Ongoing project to improve the quality and coverage of KMS CLI examples. By submitting this pull request, I confirm that you can use, modify, copy, and redistribute...
### Describe the bug When accessing the [AWS CLI v2 CHANGELOG.rst](https://github.com/aws/aws-cli/blob/v2/CHANGELOG.rst) - Github fails to render the page. I believe this is because the file has grown over some limits...
### Describe the bug The `aws cloudcontrol get-resource` command doesn't work for resources of type `AWS::EC2::PrefixList`, even though it is listed as a supported resource type: https://docs.aws.amazon.com/cloudcontrolapi/latest/userguide/supported-resources.html. On the other...
*Issue #, if available:* #2874 *Description of changes:* By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your...
### Describe the bug Since there are multiple places where config and credentials can be defined, the precedence is documented here: https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-quickstart.html The CLI does not follow the documented precedence...