Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions docs/cody/clients/install-cli.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ export SRC_ENDPOINT=ENDPOINT
export SRC_ACCESS_TOKEN=ACCESS_TOKEN
cody auth login # stores the access token securely
```
You don't need to export `SRC_ENDPOINT` or `SRC_ACCESS_TOKEN` after running `cody auth login`.
Subsequent command invocation will use the stored access token.
<Callout type="info">You don't need to export `SRC_ENDPOINT` or `SRC_ACCESS_TOKEN` after running `cody auth login`.
Subsequent command invocation will use the stored access token.</Callout>
</Tab>
</Tabs>

Expand All @@ -112,7 +112,8 @@ cody auth whoami

## Authenticate with only environment variables

Skip this step if you have already authenticated with the `cody auth login` command.
**Skip this step if you have already authenticated with the `cody auth login` command.**


If you prefer not to let Cody CLI store your access token, you can also pass the endpoint URL and access token through the environment variables `SRC_ENDPOINT` and `SRC_ACCESS_TOKEN`.

Expand Down
Loading