An open API service indexing awesome lists of open source software.

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

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.