Skip to content

Commit b16e201

Browse files
committed
docs: Fix docs around what environment variable and commands to generate token(s)
1 parent 3c441c8 commit b16e201

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/app/cloud/cache/authenticating.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,11 @@ Treat your Personal Access Token as a password — keep it secret and secure, an
5353
To generate a Token, first authenticate as described above, and then run:
5454

5555
```bash
56-
devbox auth token new
56+
devbox auth tokens new
5757
```
5858

5959
To authenticate with the personal access token, export it as an environment variable on your host:
6060

6161
```bash
62-
export DEVBOX_ACCESS_TOKEN=<personal_token>
63-
```
62+
export DEVBOX_API_TOKEN=<personal_token>
63+
```

0 commit comments

Comments
 (0)