From c40328dc33f976e2fc50f72b3e5acd39353d806f Mon Sep 17 00:00:00 2001 From: Juliet Shackell Date: Wed, 17 Jul 2024 16:01:31 -0700 Subject: [PATCH] fix: message contains old SFDX_ env var --- messages/accesstoken.store.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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