Skip to content

Commit 040f5f8

Browse files
authored
Minor readme update for token syntax
1 parent bf3d03e commit 040f5f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Example session JSON:
1919

2020
There are 2 ways to get the credentials:
2121

22-
- Run `auggie --print-augment-token`
22+
- Run `auggie tokens print`
2323
- Copy the JSON after `TOKEN=`
2424
- Copy the credentials stored in your Augment cache directory, defaulting to `~/.augment/session.json`
2525

@@ -28,7 +28,7 @@ There are 2 ways to get the credentials:
2828
> - Never commit them to version control
2929
> - Only store them in secure locations (like GitHub secrets)
3030
> - Don't share them in plain text or expose them in logs
31-
> - If a token is compromised, immediately revoke it using `auggie --revoke-all-augment-tokens`
31+
> - If a token is compromised, immediately revoke it using `auggie tokens revoke`
3232
3333
### 2. Set Up the GitHub Repository Secret
3434

0 commit comments

Comments
 (0)