https://github.com/withfig/aws-cli-plugin
Generate CLI skeleton from the aws CLI's internal representation
https://github.com/withfig/aws-cli-plugin
Last synced: 9 months ago
JSON representation
Generate CLI skeleton from the aws CLI's internal representation
- Host: GitHub
- URL: https://github.com/withfig/aws-cli-plugin
- Owner: withfig
- Created: 2021-04-28T00:58:38.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-29T02:54:45.000Z (over 4 years ago)
- Last Synced: 2024-04-16T00:18:09.313Z (over 1 year ago)
- Language: Python
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
### AWS Plugin Scraper
This is an `aws` plugin that will generate completion specs directly from the internal represention in the AWS CLI.
1. Make sure to install the AWS CLI
2. Run `setup.sh`
3. Update variables in `fig.py`
- `exportDirectory` should be the project directory
- `exportTypescript` bool whether to export Typescript or Javascript
Output will be in `exports` folder, once you run any `aws` command.
### Todo
[] nargs to variadic flag
[] service descriptions