diff --git a/messages/accesstoken.store.md b/messages/accesstoken.store.md index e546488b..973c5e6f 100644 --- a/messages/accesstoken.store.md +++ b/messages/accesstoken.store.md @@ -6,7 +6,7 @@ Authorize an org using an existing Salesforce access token. By default, the command runs interactively and asks you for the access token. If you previously authorized the org, the command prompts whether you want to overwrite the local file. Specify --no-prompt to not be prompted. -To use the command in a CI/CD script, set the SFDX_ACCESS_TOKEN environment variable to the access token. Then run the command with the --no-prompt parameter. +To use the command in a CI/CD script, set the SF_ACCESS_TOKEN environment variable to the access token. Then run the command with the --no-prompt parameter. # examples