Skip to content

Commit af0b958

Browse files
authored
docs: Fix docs around what environment variable and commands to generate token(s) (#2593)
## Summary Updated docs around devbox api tokens. ## How was it tested? ``` % DEVBOX_API_TOKEN=a-token devbox cache info * s3://<a-valid-devbox-cloud-cache>?region=us-west-2&trusted=true * s3://<jetify-devbox-cache>?region=us-west-2&trusted=true (read-only) ``` ``` % devbox cache info No cache configured ```
1 parent 3c441c8 commit af0b958

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)