diff --git a/docs/cody/clients/install-cli.mdx b/docs/cody/clients/install-cli.mdx index 6032539b..32dee106 100644 --- a/docs/cody/clients/install-cli.mdx +++ b/docs/cody/clients/install-cli.mdx @@ -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. +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. @@ -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`.