-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update readme with token generation (#22)
- Loading branch information
1 parent
b3effbf
commit c602c08
Showing
1 changed file
with
7 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
``` | ||
|