@@ -86,6 +86,11 @@ sfdx plugins
8686get the description for the current or target org
8787
8888```
89+ get the description for the current or target org
90+ Output includes your access token, client Id, connected status, org ID, instance URL, username, and alias, if applicable.
91+ Use --verbose to include the SFDX auth URL.
92+ Including --verbose displays the sfdxAuthUrl property only if you authenticated to the org using auth:web:login (not auth:jwt:grant)
93+
8994USAGE
9095 $ sfdx force:org:display [-u <string>] [--apiversion <string>] [--verbose] [--json] [--loglevel
9196 trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]
@@ -119,13 +124,15 @@ EXAMPLES
119124 sfdx force:org:display -u TestOrg1 --json > tmp/MyOrgDesc.json
120125```
121126
122- _ See code: [ src/commands/force/org/display.ts] ( https://github.com/salesforcecli/plugin-org/blob/v1.7.0 /src/commands/force/org/display.ts ) _
127+ _ See code: [ src/commands/force/org/display.ts] ( https://github.com/salesforcecli/plugin-org/blob/v1.8.1 /src/commands/force/org/display.ts ) _
123128
124129## ` sfdx force:org:list [--all] [-p --clean] [--skipconnectionstatus] [--verbose] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL] `
125130
126131list all orgs you’ve created or authenticated to
127132
128133```
134+ list all orgs you’ve created or authenticated to
135+
129136USAGE
130137 $ sfdx force:org:list [--all] [-p --clean] [--skipconnectionstatus] [--verbose] [--json] [--loglevel
131138 trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]
@@ -156,13 +163,18 @@ EXAMPLES
156163 sfdx force:org:list --verbose --json > tmp/MyOrgList.json
157164```
158165
159- _ See code: [ src/commands/force/org/list.ts] ( https://github.com/salesforcecli/plugin-org/blob/v1.7.0 /src/commands/force/org/list.ts ) _
166+ _ See code: [ src/commands/force/org/list.ts] ( https://github.com/salesforcecli/plugin-org/blob/v1.8.1 /src/commands/force/org/list.ts ) _
160167
161168## ` sfdx force:org:open [-p <string>] [-r] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL] `
162169
163170open your default scratch org, or another specified org
164171
165172```
173+ open your default scratch org, or another specified org
174+ To open a specific page, specify the portion of the URL after "yourInstance.salesforce.com/" as --path.
175+ For example, specify "--path lightning" to open Lightning Experience, or specify "--path /apex/YourPage" to open a Visualforce page.
176+ To generate a URL but not launch it in your browser, specify --urlonly.
177+
166178USAGE
167179 $ sfdx force:org:open [-p <string>] [-r] [-u <string>] [--apiversion <string>] [--json] [--loglevel
168180 trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]
@@ -197,5 +209,5 @@ EXAMPLES
197209 sfdx force:org:open -r -p lightning
198210```
199211
200- _ See code: [ src/commands/force/org/open.ts] ( https://github.com/salesforcecli/plugin-org/blob/v1.7.0 /src/commands/force/org/open.ts ) _
212+ _ See code: [ src/commands/force/org/open.ts] ( https://github.com/salesforcecli/plugin-org/blob/v1.8.1 /src/commands/force/org/open.ts ) _
201213<!-- commandsstop -->
0 commit comments