https://github.com/pbnj/aws-console
Launch AWS console from the command-line
https://github.com/pbnj/aws-console
aws aws-console cli
Last synced: 5 months ago
JSON representation
Launch AWS console from the command-line
- Host: GitHub
- URL: https://github.com/pbnj/aws-console
- Owner: pbnj
- License: mit
- Created: 2017-05-27T00:18:38.000Z (about 9 years ago)
- Default Branch: main
- Last Pushed: 2023-06-10T02:25:40.000Z (about 3 years ago)
- Last Synced: 2024-06-21T09:09:25.966Z (about 2 years ago)
- Topics: aws, aws-console, cli
- Language: Go
- Size: 14.6 KB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# aws-console
> Launch AWS Console from the command-line
## Overview
Launch AWS Console from the command-line.
## Install
```sh
go install github.com/pbnj/aws-console/...@latest
```
## Usage
```sh
$ 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`:
```sh
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