0.0.3 • Published 4 years ago
awss v0.0.3
Table of Contents
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/awssAfter installation this can be run by either `awss` or `awsss` command.
Example
- List Glue jobs
Following command will list all glue jobs in your account, using NextToken internally
awss glue list-jobs- Batch Get Glue jobs
Following command using the `BatchGetJobs`
awss glue batch-get-jobs