@salesforce/plugin-auth 3.3.19 → 3.3.21

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -107,7 +107,7 @@ EXAMPLES
107
107
  $ sf org list auth
108
108
  ```
109
109
 
110
- _See code: [src/commands/org/list/auth.ts](https://github.com/salesforcecli/plugin-auth/blob/3.3.19/src/commands/org/list/auth.ts)_
110
+ _See code: [src/commands/org/list/auth.ts](https://github.com/salesforcecli/plugin-auth/blob/3.3.21/src/commands/org/list/auth.ts)_
111
111
 
112
112
  ## `sf org login access-token`
113
113
 
@@ -155,12 +155,12 @@ FLAG DESCRIPTIONS
155
155
 
156
156
  If you specify an --instance-url value, this value overrides the sfdcLoginUrl value in your sfdx-project.json file.
157
157
 
158
- To specify a My Domain URL, use the format https://yourcompanyname.my.salesforce.com.
158
+ To specify a My Domain URL, use the format "https://<MyDomainName>.my.salesforce.com".
159
159
 
160
- To specify a sandbox, set --instance-url to https://MyDomainName--SandboxName.sandbox.my.salesforce.com.
160
+ To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
161
161
  ```
162
162
 
163
- _See code: [src/commands/org/login/access-token.ts](https://github.com/salesforcecli/plugin-auth/blob/3.3.19/src/commands/org/login/access-token.ts)_
163
+ _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)_
164
164
 
165
165
  ## `sf org login device`
166
166
 
@@ -214,12 +214,12 @@ FLAG DESCRIPTIONS
214
214
 
215
215
  If you specify an --instance-url value, this value overrides the sfdcLoginUrl value in your sfdx-project.json file.
216
216
 
217
- To specify a My Domain URL, use the format https://yourcompanyname.my.salesforce.com.
217
+ To specify a My Domain URL, use the format "https://<MyDomainName>.my.salesforce.com".
218
218
 
219
- To specify a sandbox, set --instance-url to https://MyDomainName--SandboxName.sandbox.my.salesforce.com.
219
+ To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
220
220
  ```
221
221
 
222
- _See code: [src/commands/org/login/device.ts](https://github.com/salesforcecli/plugin-auth/blob/3.3.19/src/commands/org/login/device.ts)_
222
+ _See code: [src/commands/org/login/device.ts](https://github.com/salesforcecli/plugin-auth/blob/3.3.21/src/commands/org/login/device.ts)_
223
223
 
224
224
  ## `sf org login jwt`
225
225
 
@@ -303,12 +303,12 @@ FLAG DESCRIPTIONS
303
303
 
304
304
  If you specify an --instance-url value, this value overrides the sfdcLoginUrl value in your sfdx-project.json file.
305
305
 
306
- To specify a My Domain URL, use the format https://yourcompanyname.my.salesforce.com.
306
+ To specify a My Domain URL, use the format "https://<MyDomainName>.my.salesforce.com".
307
307
 
308
- To specify a sandbox, set --instance-url to https://MyDomainName--SandboxName.sandbox.my.salesforce.com.
308
+ To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
309
309
  ```
310
310
 
311
- _See code: [src/commands/org/login/jwt.ts](https://github.com/salesforcecli/plugin-auth/blob/3.3.19/src/commands/org/login/jwt.ts)_
311
+ _See code: [src/commands/org/login/jwt.ts](https://github.com/salesforcecli/plugin-auth/blob/3.3.21/src/commands/org/login/jwt.ts)_
312
312
 
313
313
  ## `sf org login sfdx-url`
314
314
 
@@ -373,7 +373,7 @@ EXAMPLES
373
373
  $ echo url | sf org login sfdx-url --sfdx-url-stdin
374
374
  ```
375
375
 
376
- _See code: [src/commands/org/login/sfdx-url.ts](https://github.com/salesforcecli/plugin-auth/blob/3.3.19/src/commands/org/login/sfdx-url.ts)_
376
+ _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)_
377
377
 
378
378
  ## `sf org login web`
379
379
 
@@ -453,12 +453,12 @@ FLAG DESCRIPTIONS
453
453
 
454
454
  If you specify an --instance-url value, this value overrides the sfdcLoginUrl value in your sfdx-project.json file.
455
455
 
456
- To specify a My Domain URL, use the format https://yourcompanyname.my.salesforce.com.
456
+ To specify a My Domain URL, use the format "https://<MyDomainName>.my.salesforce.com".
457
457
 
458
- To specify a sandbox, set --instance-url to https://MyDomainName--SandboxName.sandbox.my.salesforce.com.
458
+ To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
459
459
  ```
460
460
 
461
- _See code: [src/commands/org/login/web.ts](https://github.com/salesforcecli/plugin-auth/blob/3.3.19/src/commands/org/login/web.ts)_
461
+ _See code: [src/commands/org/login/web.ts](https://github.com/salesforcecli/plugin-auth/blob/3.3.21/src/commands/org/login/web.ts)_
462
462
 
463
463
  ## `sf org logout`
464
464
 
@@ -518,6 +518,6 @@ FLAG DESCRIPTIONS
518
518
  All orgs includes Dev Hubs, sandboxes, DE orgs, and expired, deleted, and unknown-status scratch orgs.
519
519
  ```
520
520
 
521
- _See code: [src/commands/org/logout.ts](https://github.com/salesforcecli/plugin-auth/blob/3.3.19/src/commands/org/logout.ts)_
521
+ _See code: [src/commands/org/logout.ts](https://github.com/salesforcecli/plugin-auth/blob/3.3.21/src/commands/org/logout.ts)_
522
522
 
523
523
  <!-- commandsstop -->
@@ -22,9 +22,9 @@ URL of the instance that the org lives on.
22
22
 
23
23
  If you specify an --instance-url value, this value overrides the sfdcLoginUrl value in your sfdx-project.json file.
24
24
 
25
- To specify a My Domain URL, use the format https://yourcompanyname.my.salesforce.com.
25
+ To specify a My Domain URL, use the format "https://<MyDomainName>.my.salesforce.com".
26
26
 
27
- To specify a sandbox, set --instance-url to https://MyDomainName--SandboxName.sandbox.my.salesforce.com.
27
+ To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
28
28
 
29
29
  # authorizeCommandSuccess
30
30