0.0.3 • Published 2 years ago

awss v0.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Table of Contents

  1. Installation
  2. Example
  3. References

A Practical cli for list, get and batch get apis on AWS.

This cli tool provides list, get and batch get operations on AWS without worrying about NextToken. Instead it fetches all of the resources.

Output is written to standard out and is mostly compatible with corresponding AWS CLI output, so you could use a tool like `jq` in your command.

Installation

brew install warfox/awss/awss

After installation this can be run by either `awss` or `awsss` command.

Example

  1. List Glue jobs

Following command will list all glue jobs in your account, using NextToken internally

awss glue list-jobs
  1. Batch Get Glue jobs

Following command using the `BatchGetJobs`

awss glue batch-get-jobs

References