Skip to content

Commit

Permalink
Merge pull request #1091 from salesforcecli/js/message-fix
Browse files Browse the repository at this point in the history
fix: message contains old SFDX_ env var
  • Loading branch information
jshackell-sfdc authored Jul 17, 2024
2 parents 275a221 + c40328d commit c25f90e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion messages/accesstoken.store.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit c25f90e

Please sign in to comment.