https://github.com/iley/awsp
Simple AWS profile switcher
https://github.com/iley/awsp
aws
Last synced: 10 days ago
JSON representation
Simple AWS profile switcher
- Host: GitHub
- URL: https://github.com/iley/awsp
- Owner: iley
- License: mit
- Created: 2019-05-25T09:39:12.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-10-29T05:21:25.000Z (about 3 years ago)
- Last Synced: 2024-06-20T16:52:16.345Z (over 1 year ago)
- Topics: aws
- Language: Go
- Size: 1.36 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AWS Profile Switcher
This is a simple AWS CLI profile switcher.
It works by rewriting `[default]` section in `~/.aws/credentials`.
Updating `~/.awc/config` is not implemented yet.
Installation:
```
go get github.com/iley/awsp
```