Skip to content

Latest commit

 

History

History
47 lines (30 loc) · 564 Bytes

README.md

File metadata and controls

47 lines (30 loc) · 564 Bytes

aws-console

Launch AWS Console from the command-line

Overview

Launch AWS Console from the command-line.

Install

go install github.com/pbnj/aws-console/...@latest

Usage

$ 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

Changelog

0.1.0

  • Upgrade to aws-sdk-go-v2
  • Switch to go modules

0.0.1

Added

  • Initial Release

License

MIT