Launch AWS Console from the command-line
Launch AWS Console from the command-line.
go install github.com/pbnj/aws-console/...@latest
$ aws-console -h
Usage of aws-console:
-h Print Help
-p string
AWS Profile
-v Print Version
Example, assuming you have a ~/.aws/config
with a profile named my-profile
:
aws-console -p my-profile
- Upgrade to aws-sdk-go-v2
- Switch to go modules
- Initial Release
MIT