File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ Example session JSON:
1919
2020There 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
You can’t perform that action at this time.
0 commit comments