https://github.com/beleap/aws-profile-switcher
https://github.com/beleap/aws-profile-switcher
aws cli hacktoberfest profile rust
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/beleap/aws-profile-switcher
- Owner: BeLeap
- Created: 2022-09-14T10:00:21.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-30T06:10:26.000Z (over 3 years ago)
- Last Synced: 2025-02-08T00:25:08.716Z (over 1 year ago)
- Topics: aws, cli, hacktoberfest, profile, rust
- Language: Rust
- Homepage:
- Size: 44.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Aws Profile Switcher
**A**ws **P**rofil**E** **S**witcher
https://user-images.githubusercontent.com/46488521/190147175-ddcc6665-0f79-43e1-b8cb-e6a8979f0359.mov
## How to Use
```
apes
```
## How to install
### Using Homebrew
#### Released Version
```
brew install beleap/tap/aws-profile-switcher
```
#### Head
```
brew install --head beleap/tap/aws-profile-switcher
```
### Using Cargo
#### Released Version
```
cargo install apes
```
#### Head
```
git clone https://github.com/BeLeap/aws-profile-switcher.git
cd aws-profile-switcher
cargo install --path ./
```
# Credits
- [fuzzy_finder](https://github.com/jamescoleuk/fuzzy_finder) for finding profile between multiple aws profiles.