awss

0.0.3 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i awss

Weekly Downloads

0

Version

0.0.3

License

MIT

Unpacked Size

23.4 kB

Total Files

21

Last publish

Collaborators

  • warfox