@@ -107,7 +107,7 @@ EXAMPLES
107107 $ sf org list auth
108108```
109109
110- _ See code: [ src/commands/org/list/auth.ts] ( https://github.com/salesforcecli/plugin-auth/blob/4.3.13 /src/commands/org/list/auth.ts ) _
110+ _ See code: [ src/commands/org/list/auth.ts] ( https://github.com/salesforcecli/plugin-auth/blob/4.4.0 /src/commands/org/list/auth.ts ) _
111111
112112## ` sf org login access-token `
113113
@@ -161,7 +161,7 @@ FLAG DESCRIPTIONS
161161 To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
162162```
163163
164- _ See code: [ src/commands/org/login/access-token.ts] ( https://github.com/salesforcecli/plugin-auth/blob/4.3.13 /src/commands/org/login/access-token.ts ) _
164+ _ See code: [ src/commands/org/login/access-token.ts] ( https://github.com/salesforcecli/plugin-auth/blob/4.4.0 /src/commands/org/login/access-token.ts ) _
165165
166166## ` sf org login jwt `
167167
@@ -252,7 +252,7 @@ FLAG DESCRIPTIONS
252252 To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
253253```
254254
255- _ See code: [ src/commands/org/login/jwt.ts] ( https://github.com/salesforcecli/plugin-auth/blob/4.3.13 /src/commands/org/login/jwt.ts ) _
255+ _ See code: [ src/commands/org/login/jwt.ts] ( https://github.com/salesforcecli/plugin-auth/blob/4.4.0 /src/commands/org/login/jwt.ts ) _
256256
257257## ` sf org login sfdx-url `
258258
@@ -284,21 +284,21 @@ DESCRIPTION
284284 "https://"). Note that although the SFDX authorization URL starts with "force://", it has nothing to do with the
285285 actual authorization. Salesforce CLI always communicates with your org using HTTPS.
286286
287- To see an example of an SFDX authorization URL, run "org display --verbose" on an org .
287+ To see the SFDX authorization URL for an org , run "org auth show-sfdx-auth-url" .
288288
289289 You have three options when creating the authorization file. The easiest option is to redirect the output of the "sf
290- org display --verbose --json" command into a file. For example, using an org with alias my-org that you've already
291- authorized:
290+ org auth show-sfdx-auth-url --json" command into a file. For example, using an org with alias my-org that you've
291+ already authorized:
292292
293- $ sf org display -- target-org my-org --verbose --json > authFile.json
293+ $ sf org auth show-sfdx-auth-url -- target-org my-org --json > authFile.json
294294
295295 The resulting JSON file contains the URL in the "sfdxAuthUrl" property of the "result" object. You can then reference
296296 the file when running this command:
297297
298298 $ sf org login sfdx-url --sfdx-url-file authFile.json
299299
300- NOTE: The "sf org display --verbose" command displays the refresh token only for orgs authorized with the web server
301- flow, and not the JWT bearer flow .
300+ NOTE: The SFDX auth URL is only available for orgs authorized with a web-based OAuth flow, and not the JWT bearer
301+ flow.
302302
303303 You can also create a JSON file that has a top-level property named sfdxAuthUrl whose value is the authorization URL.
304304 Finally, you can create a normal text file that includes just the URL and nothing else.
@@ -322,7 +322,7 @@ EXAMPLES
322322 $ echo url | sf org login sfdx-url --sfdx-url-stdin
323323```
324324
325- _ See code: [ src/commands/org/login/sfdx-url.ts] ( https://github.com/salesforcecli/plugin-auth/blob/4.3.13 /src/commands/org/login/sfdx-url.ts ) _
325+ _ See code: [ src/commands/org/login/sfdx-url.ts] ( https://github.com/salesforcecli/plugin-auth/blob/4.4.0 /src/commands/org/login/sfdx-url.ts ) _
326326
327327## ` sf org login web `
328328
@@ -427,7 +427,7 @@ FLAG DESCRIPTIONS
427427 To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
428428```
429429
430- _ See code: [ src/commands/org/login/web.ts] ( https://github.com/salesforcecli/plugin-auth/blob/4.3.13 /src/commands/org/login/web.ts ) _
430+ _ See code: [ src/commands/org/login/web.ts] ( https://github.com/salesforcecli/plugin-auth/blob/4.4.0 /src/commands/org/login/web.ts ) _
431431
432432## ` sf org logout `
433433
@@ -493,6 +493,6 @@ FLAG DESCRIPTIONS
493493 All orgs includes Dev Hubs, sandboxes, DE orgs, and expired, deleted, and unknown-status scratch orgs.
494494```
495495
496- _ See code: [ src/commands/org/logout.ts] ( https://github.com/salesforcecli/plugin-auth/blob/4.3.13 /src/commands/org/logout.ts ) _
496+ _ See code: [ src/commands/org/logout.ts] ( https://github.com/salesforcecli/plugin-auth/blob/4.4.0 /src/commands/org/logout.ts ) _
497497
498498<!-- commandsstop -->
0 commit comments