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

https://github.com/mich0232/aws-credentials-manager

AWS credentials file manager
https://github.com/mich0232/aws-credentials-manager

Last synced: 9 months ago
JSON representation

AWS credentials file manager

Awesome Lists containing this project

README

          

## AWS Credentials manager

### Installing

Add the project executable to PATH or create an alias

```shell
alias acm='sh //aws-credentials-manager/apm.sh'
```

Verify the installation

```shell
acm --help
```

Message `Initializing workdir` should be presented.

Add credentials file
```shell
acm add /path/to/credentails/file
```

List available aliases

```shell
acm list
```

Switch credentials file
```shell
acm use
```