Skip to content
This repository has been archived by the owner on Jul 16, 2019. It is now read-only.

Commit

Permalink
Added instructions for Homebrew
Browse files Browse the repository at this point in the history
  • Loading branch information
Luzifer committed May 29, 2015
1 parent 5b2fbdb commit 498fa27
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@ For security considerations about this software please refer to the [security.md

## Installation

### Using Homebrew

1. Add my tap to Homebrew:
`brew tap Luzifer/tools`
2. Install awsenv:
`brew install awsenv`

### From source

```
Expand Down Expand Up @@ -65,18 +72,18 @@ $ sudo mv awsenv/awsenv /usr/local/bin/
### Adding an environment and using it
```bash
# We can not list because the credentials are locked
$ awsenv list
$ awsenv list
ERRO[0000] No password is available. Use 'unlock' or provide --password.

# Unlock the credentials (now the password is set for later)
$ awsenv unlock
$ awsenv unlock
Password: demo

# We can now list without errors but have no environments
$ awsenv list
$ awsenv list

# Lets add an environment
$ awsenv add --region eu-west-1 demoenv
$ awsenv add --region eu-west-1 demoenv
AWS Access-Key: myaccesskey
AWS Secret-Access-Key: mysecretkey
INFO[0010] Credential 'demoenv' has been created
Expand Down

0 comments on commit 498fa27

Please sign in to comment.