Skip to content

Commit

Permalink
chore: update readme with token generation (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielamiao authored Nov 17, 2021
1 parent b3effbf commit c602c08
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,21 @@
- [Homebrew](https://brew.sh/)

## Install
```bash
```
brew tap momentohq/tap
brew install momento-cli
```
## Sign up
```
momento account signup --email <TYPE_YOUR_EMAIL_HERE>
```
This generates an access token and sends it to the email provided. This token uniquely identifies cache interactions. The token should be treated like a sensitive password and all essential care must be taken to ensure its secrecy. We recommend that you store this token in a secret vault like AWS Secrets Manager.

## Configure
```
momento configure
```
This will prompt you for your Momento Auth Token, and save it to be reused. Need a token? Send us an email at [email protected].
This will prompt you for your Momento Auth Token, and save it to be reused.

## Use CLI
```
Expand Down

0 comments on commit c602c08

Please sign in to comment.