GitPedia
Home/aws/aws-cli/Changelog
aws

aws/aws-cli

Universal Command Line Interface for Amazon Web Services

1 Releases
Latest: 7y ago
AWS CLI 2.0.0dev preview release2.0.0dev0LatestPre-release
jameslsjameslsยท7y agoยทNovember 26, 2018
GitHub

๐Ÿ“‹ Changes

  • Improved auto-completion performance
  • Add support for resource value auto completion, which can auto complete resources such as Amazon DynamoDB table names, AWS IAM user names, etc.
  • Add support for wizards, which allows interactive prompting in order to create and configure AWS resources.
  • Add high level `aws ddb` command which includes the `select` and `put` command
  • Add `aws logs tail` command for viewing most recent logs in an Amazon CloudWatch Logs group
  • Add support for automatically retrieving region via IMDS.
  • Add `aws configure import` command to create profiles from credentials CSV generated in the web console.
  • Add support for `--output yaml`.
  • + 4 more