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= +```