diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b973672..78c839c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [3.3.21](https://github.com/salesforcecli/plugin-auth/compare/3.3.20...3.3.21) (2024-03-05) + +### Bug Fixes + +- adds a bit of formatting, as requested by MyDomain writer ([3f55cf0](https://github.com/salesforcecli/plugin-auth/commit/3f55cf051b224ed308ebf7ec9f6bb98880fc40ec)) + ## [3.3.20](https://github.com/salesforcecli/plugin-auth/compare/3.3.19...3.3.20) (2024-03-03) ### Bug Fixes diff --git a/README.md b/README.md index 04137d95..622ef718 100644 --- a/README.md +++ b/README.md @@ -107,7 +107,7 @@ EXAMPLES $ sf org list auth ``` -_See code: [src/commands/org/list/auth.ts](https://github.com/salesforcecli/plugin-auth/blob/3.3.20/src/commands/org/list/auth.ts)_ +_See code: [src/commands/org/list/auth.ts](https://github.com/salesforcecli/plugin-auth/blob/3.3.21/src/commands/org/list/auth.ts)_ ## `sf org login access-token` @@ -155,12 +155,12 @@ FLAG DESCRIPTIONS If you specify an --instance-url value, this value overrides the sfdcLoginUrl value in your sfdx-project.json file. - To specify a My Domain URL, use the format https://yourcompanyname.my.salesforce.com. + To specify a My Domain URL, use the format "https://.my.salesforce.com". - To specify a sandbox, set --instance-url to https://MyDomainName--SandboxName.sandbox.my.salesforce.com. + 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.3.20/src/commands/org/login/access-token.ts)_ +_See code: [src/commands/org/login/access-token.ts](https://github.com/salesforcecli/plugin-auth/blob/3.3.21/src/commands/org/login/access-token.ts)_ ## `sf org login device` @@ -214,12 +214,12 @@ FLAG DESCRIPTIONS If you specify an --instance-url value, this value overrides the sfdcLoginUrl value in your sfdx-project.json file. - To specify a My Domain URL, use the format https://yourcompanyname.my.salesforce.com. + To specify a My Domain URL, use the format "https://.my.salesforce.com". - To specify a sandbox, set --instance-url to https://MyDomainName--SandboxName.sandbox.my.salesforce.com. + 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.3.20/src/commands/org/login/device.ts)_ +_See code: [src/commands/org/login/device.ts](https://github.com/salesforcecli/plugin-auth/blob/3.3.21/src/commands/org/login/device.ts)_ ## `sf org login jwt` @@ -303,12 +303,12 @@ FLAG DESCRIPTIONS If you specify an --instance-url value, this value overrides the sfdcLoginUrl value in your sfdx-project.json file. - To specify a My Domain URL, use the format https://yourcompanyname.my.salesforce.com. + To specify a My Domain URL, use the format "https://.my.salesforce.com". - To specify a sandbox, set --instance-url to https://MyDomainName--SandboxName.sandbox.my.salesforce.com. + 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.3.20/src/commands/org/login/jwt.ts)_ +_See code: [src/commands/org/login/jwt.ts](https://github.com/salesforcecli/plugin-auth/blob/3.3.21/src/commands/org/login/jwt.ts)_ ## `sf org login sfdx-url` @@ -373,7 +373,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.3.20/src/commands/org/login/sfdx-url.ts)_ +_See code: [src/commands/org/login/sfdx-url.ts](https://github.com/salesforcecli/plugin-auth/blob/3.3.21/src/commands/org/login/sfdx-url.ts)_ ## `sf org login web` @@ -453,12 +453,12 @@ FLAG DESCRIPTIONS If you specify an --instance-url value, this value overrides the sfdcLoginUrl value in your sfdx-project.json file. - To specify a My Domain URL, use the format https://yourcompanyname.my.salesforce.com. + To specify a My Domain URL, use the format "https://.my.salesforce.com". - To specify a sandbox, set --instance-url to https://MyDomainName--SandboxName.sandbox.my.salesforce.com. + 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.3.20/src/commands/org/login/web.ts)_ +_See code: [src/commands/org/login/web.ts](https://github.com/salesforcecli/plugin-auth/blob/3.3.21/src/commands/org/login/web.ts)_ ## `sf org logout` @@ -518,6 +518,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.3.20/src/commands/org/logout.ts)_ +_See code: [src/commands/org/logout.ts](https://github.com/salesforcecli/plugin-auth/blob/3.3.21/src/commands/org/logout.ts)_ diff --git a/package.json b/package.json index a0f1181e..1aa07a32 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@salesforce/plugin-auth", "description": "plugin for sf auth commands", - "version": "3.3.20", + "version": "3.3.21", "author": "Salesforce", "bugs": "https://github.com/forcedotcom/cli/issues", "dependencies": {