diff --git a/CHANGELOG.md b/CHANGELOG.md index 68e5f7ca..e9182c2a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [3.6.37](https://github.com/salesforcecli/plugin-auth/compare/3.6.36...3.6.37) (2024-07-17) + +### Bug Fixes + +- message contains old SFDX\_ env var ([c40328d](https://github.com/salesforcecli/plugin-auth/commit/c40328dc33f976e2fc50f72b3e5acd39353d806f)) + ## [3.6.36](https://github.com/salesforcecli/plugin-auth/compare/3.6.35...3.6.36) (2024-07-14) ### Bug Fixes diff --git a/README.md b/README.md index 2034b790..9569ed6d 100644 --- a/README.md +++ b/README.md @@ -108,7 +108,7 @@ EXAMPLES $ sf org list auth ``` -_See code: [src/commands/org/list/auth.ts](https://github.com/salesforcecli/plugin-auth/blob/3.6.36/src/commands/org/list/auth.ts)_ +_See code: [src/commands/org/list/auth.ts](https://github.com/salesforcecli/plugin-auth/blob/3.6.37/src/commands/org/list/auth.ts)_ ## `sf org login access-token` @@ -135,7 +135,7 @@ DESCRIPTION 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 + 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. ALIASES @@ -162,7 +162,7 @@ FLAG DESCRIPTIONS To specify a sandbox, set --instance-url to "https://--.sandbox.my.salesforce.com". ``` -_See code: [src/commands/org/login/access-token.ts](https://github.com/salesforcecli/plugin-auth/blob/3.6.36/src/commands/org/login/access-token.ts)_ +_See code: [src/commands/org/login/access-token.ts](https://github.com/salesforcecli/plugin-auth/blob/3.6.37/src/commands/org/login/access-token.ts)_ ## `sf org login device` @@ -222,7 +222,7 @@ FLAG DESCRIPTIONS To specify a sandbox, set --instance-url to "https://--.sandbox.my.salesforce.com". ``` -_See code: [src/commands/org/login/device.ts](https://github.com/salesforcecli/plugin-auth/blob/3.6.36/src/commands/org/login/device.ts)_ +_See code: [src/commands/org/login/device.ts](https://github.com/salesforcecli/plugin-auth/blob/3.6.37/src/commands/org/login/device.ts)_ ## `sf org login jwt` @@ -313,7 +313,7 @@ FLAG DESCRIPTIONS To specify a sandbox, set --instance-url to "https://--.sandbox.my.salesforce.com". ``` -_See code: [src/commands/org/login/jwt.ts](https://github.com/salesforcecli/plugin-auth/blob/3.6.36/src/commands/org/login/jwt.ts)_ +_See code: [src/commands/org/login/jwt.ts](https://github.com/salesforcecli/plugin-auth/blob/3.6.37/src/commands/org/login/jwt.ts)_ ## `sf org login sfdx-url` @@ -378,7 +378,7 @@ EXAMPLES $ echo url | sf org login sfdx-url --sfdx-url-stdin ``` -_See code: [src/commands/org/login/sfdx-url.ts](https://github.com/salesforcecli/plugin-auth/blob/3.6.36/src/commands/org/login/sfdx-url.ts)_ +_See code: [src/commands/org/login/sfdx-url.ts](https://github.com/salesforcecli/plugin-auth/blob/3.6.37/src/commands/org/login/sfdx-url.ts)_ ## `sf org login web` @@ -465,7 +465,7 @@ FLAG DESCRIPTIONS To specify a sandbox, set --instance-url to "https://--.sandbox.my.salesforce.com". ``` -_See code: [src/commands/org/login/web.ts](https://github.com/salesforcecli/plugin-auth/blob/3.6.36/src/commands/org/login/web.ts)_ +_See code: [src/commands/org/login/web.ts](https://github.com/salesforcecli/plugin-auth/blob/3.6.37/src/commands/org/login/web.ts)_ ## `sf org logout` @@ -526,6 +526,6 @@ FLAG DESCRIPTIONS All orgs includes Dev Hubs, sandboxes, DE orgs, and expired, deleted, and unknown-status scratch orgs. ``` -_See code: [src/commands/org/logout.ts](https://github.com/salesforcecli/plugin-auth/blob/3.6.36/src/commands/org/logout.ts)_ +_See code: [src/commands/org/logout.ts](https://github.com/salesforcecli/plugin-auth/blob/3.6.37/src/commands/org/logout.ts)_ diff --git a/package.json b/package.json index ca8a5f42..399382f1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@salesforce/plugin-auth", "description": "plugin for sf auth commands", - "version": "3.6.36", + "version": "3.6.37", "author": "Salesforce", "bugs": "https://github.com/forcedotcom/cli/issues", "dependencies": {