@@ -108,7 +108,7 @@ EXAMPLES
108
108
$ sf org list auth
109
109
```
110
110
111
- _ See code: [ src/commands/org/list/auth.ts] ( https://github.com/salesforcecli/plugin-auth/blob/3.5.1 /src/commands/org/list/auth.ts ) _
111
+ _ See code: [ src/commands/org/list/auth.ts] ( https://github.com/salesforcecli/plugin-auth/blob/3.5.2 /src/commands/org/list/auth.ts ) _
112
112
113
113
## ` sf org login access-token `
114
114
@@ -162,7 +162,7 @@ FLAG DESCRIPTIONS
162
162
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
163
163
```
164
164
165
- _ See code: [ src/commands/org/login/access-token.ts] ( https://github.com/salesforcecli/plugin-auth/blob/3.5.1 /src/commands/org/login/access-token.ts ) _
165
+ _ See code: [ src/commands/org/login/access-token.ts] ( https://github.com/salesforcecli/plugin-auth/blob/3.5.2 /src/commands/org/login/access-token.ts ) _
166
166
167
167
## ` sf org login device `
168
168
@@ -222,7 +222,7 @@ FLAG DESCRIPTIONS
222
222
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
223
223
```
224
224
225
- _ See code: [ src/commands/org/login/device.ts] ( https://github.com/salesforcecli/plugin-auth/blob/3.5.1 /src/commands/org/login/device.ts ) _
225
+ _ See code: [ src/commands/org/login/device.ts] ( https://github.com/salesforcecli/plugin-auth/blob/3.5.2 /src/commands/org/login/device.ts ) _
226
226
227
227
## ` sf org login jwt `
228
228
@@ -313,7 +313,7 @@ FLAG DESCRIPTIONS
313
313
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
314
314
```
315
315
316
- _ See code: [ src/commands/org/login/jwt.ts] ( https://github.com/salesforcecli/plugin-auth/blob/3.5.1 /src/commands/org/login/jwt.ts ) _
316
+ _ See code: [ src/commands/org/login/jwt.ts] ( https://github.com/salesforcecli/plugin-auth/blob/3.5.2 /src/commands/org/login/jwt.ts ) _
317
317
318
318
## ` sf org login sfdx-url `
319
319
@@ -379,7 +379,7 @@ EXAMPLES
379
379
$ echo url | sf org login sfdx-url --sfdx-url-stdin
380
380
```
381
381
382
- _ See code: [ src/commands/org/login/sfdx-url.ts] ( https://github.com/salesforcecli/plugin-auth/blob/3.5.1 /src/commands/org/login/sfdx-url.ts ) _
382
+ _ See code: [ src/commands/org/login/sfdx-url.ts] ( https://github.com/salesforcecli/plugin-auth/blob/3.5.2 /src/commands/org/login/sfdx-url.ts ) _
383
383
384
384
## ` sf org login web `
385
385
@@ -466,7 +466,7 @@ FLAG DESCRIPTIONS
466
466
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
467
467
```
468
468
469
- _ See code: [ src/commands/org/login/web.ts] ( https://github.com/salesforcecli/plugin-auth/blob/3.5.1 /src/commands/org/login/web.ts ) _
469
+ _ See code: [ src/commands/org/login/web.ts] ( https://github.com/salesforcecli/plugin-auth/blob/3.5.2 /src/commands/org/login/web.ts ) _
470
470
471
471
## ` sf org logout `
472
472
@@ -527,6 +527,6 @@ FLAG DESCRIPTIONS
527
527
All orgs includes Dev Hubs, sandboxes, DE orgs, and expired, deleted, and unknown-status scratch orgs.
528
528
```
529
529
530
- _ See code: [ src/commands/org/logout.ts] ( https://github.com/salesforcecli/plugin-auth/blob/3.5.1 /src/commands/org/logout.ts ) _
530
+ _ See code: [ src/commands/org/logout.ts] ( https://github.com/salesforcecli/plugin-auth/blob/3.5.2 /src/commands/org/logout.ts ) _
531
531
532
532
<!-- commandsstop -->
0 commit comments