Skip to content

Commit

Permalink
fix: message contains old SFDX_ env var
Browse files Browse the repository at this point in the history
  • Loading branch information
jshackell-sfdc committed Jul 17, 2024
1 parent 275a221 commit c40328d
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 c40328d

Please sign in to comment.