We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 171b867 commit 0e91d82Copy full SHA for 0e91d82
1 file changed
README.md
@@ -19,7 +19,7 @@ Example session JSON:
19
20
There are 2 ways to get the credentials:
21
22
-- Run `auggie --print-augment-token`
+- Run `auggie tokens print`
23
- Copy the JSON after `TOKEN=`
24
- Copy the credentials stored in your Augment cache directory, defaulting to `~/.augment/session.json`
25
@@ -28,7 +28,7 @@ There are 2 ways to get the credentials:
28
> - Never commit them to version control
29
> - Only store them in secure locations (like GitHub secrets)
30
> - 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`
+> - If a token is compromised, immediately revoke it using `auggie tokens revoke`
32
33
### 2. Set Up the GitHub Repository Secret
34
0 commit comments