Swiss knife for tedious AWS tasks
- Install python3
- Install
poetryfollowing official instructions - Run
peotry installin the folder - Run
poetry shell
When you have activated the poetry virtual environment, you can run:
python knife.py --helpThat will give you the commands and options that you can run. For all AWS operations you will need to be authenticated.
For the CLI functionality, we are using typer. It can do a lot of heavy lifting when it comes to a CLI application.
- new name
- expand the coverage
- add tests