naftulikay / aws-env

A utility script for exporting an AWS profile as environment variables.
Other
56 stars 10 forks source link

Add Listing of Profiles to the CLI #2

Closed naftulikay closed 7 years ago

naftulikay commented 7 years ago

As reported by @hhercules, there should be an ls functionality for listing available profiles.

naftulikay commented 7 years ago

I'd like to do this by potentially using the argparse submodule so that the help pages are still informative.

naftulikay commented 7 years ago

Asked on StackOverflow if there's a way to have optional subparsers.