From 040f5f838b63ad7813eb7faab4b126d3b9755bfc Mon Sep 17 00:00:00 2001 From: Justin Xu Date: Wed, 10 Sep 2025 10:42:47 -0700 Subject: [PATCH] Minor readme update for token syntax --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c8b0888..65b5732 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Example session JSON: There are 2 ways to get the credentials: -- Run `auggie --print-augment-token` +- Run `auggie tokens print` - Copy the JSON after `TOKEN=` - Copy the credentials stored in your Augment cache directory, defaulting to `~/.augment/session.json` @@ -28,7 +28,7 @@ There are 2 ways to get the credentials: > - Never commit them to version control > - Only store them in secure locations (like GitHub secrets) > - Don't share them in plain text or expose them in logs -> - 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` ### 2. Set Up the GitHub Repository Secret