Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add/update some commands and general logic #45

Open
wants to merge 11 commits into
base: master
Choose a base branch
from

Conversation

y0k4i-1337
Copy link

@y0k4i-1337 y0k4i-1337 commented Jan 17, 2023

This PR adds the following features:

  • list_all command to list all apis from default regions
  • list command now accept multiple regions as input and show all of them
  • region passed as option has precedence over region stored in aws config files
  • prune command to remove all apis from specified regions
  • option region now accepts a list of regions, either as comma-separated string or file containing regions
  • when creating a new api and passing multiple regions, it will choose one randomly
  • logic of delete command was changed to avoid iterating over all apis when deleting. Instead, use exceptions to handle specific cases like api not found.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants