From b16e201a44243bb025f1b7b44a86251ca84bdf91 Mon Sep 17 00:00:00 2001 From: Jonathan Carroll Otsuka <105506+djgoku@users.noreply.github.com> Date: Mon, 21 Apr 2025 17:09:37 -0500 Subject: [PATCH] docs: Fix docs around what environment variable and commands to generate token(s) --- docs/app/cloud/cache/authenticating.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/app/cloud/cache/authenticating.md b/docs/app/cloud/cache/authenticating.md index affd028d3c0..fcfc2438a37 100644 --- a/docs/app/cloud/cache/authenticating.md +++ b/docs/app/cloud/cache/authenticating.md @@ -53,11 +53,11 @@ Treat your Personal Access Token as a password — keep it secret and secure, an To generate a Token, first authenticate as described above, and then run: ```bash -devbox auth token new +devbox auth tokens new ``` To authenticate with the personal access token, export it as an environment variable on your host: ```bash -export DEVBOX_ACCESS_TOKEN= -``` \ No newline at end of file +export DEVBOX_API_TOKEN= +```