Skip to content

Commit 1329901

Browse files
fix: update messages so the examples render correctly in CLI Ref
1 parent 1cf922b commit 1329901

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

messages/display.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"description": "get the description for the current or target org\nOutput includes your access token, client Id, connected status, org ID, instance URL, username, and alias, if applicable.\nUse --verbose to include the SFDX auth URL. WARNING: The SFDX auth URL contains sensitive information, such as a refresh token that can be used to access an org. Don't share or distribute this URL or token.\nIncluding --verbose displays the sfdxAuthUrl property only if you authenticated to the org using auth:web:login (not auth:jwt:grant)",
33
"examples": [
4-
"sfdx force:org:display",
5-
"sfdx force:org:display -u [email protected]",
6-
"sfdx force:org:display -u TestOrg1 --json",
7-
"sfdx force:org:display -u TestOrg1 --json > tmp/MyOrgDesc.json"
4+
"$ sfdx force:org:display",
5+
"$ sfdx force:org:display -u [email protected]",
6+
"$ sfdx force:org:display -u TestOrg1 --json",
7+
"$ sfdx force:org:display -u TestOrg1 --json > tmp/MyOrgDesc.json"
88
],
99
"noScratchOrgInfoError": "No information for scratch org with ID %s found in Dev Hub %s.",
1010
"noScratchOrgInfoAction": "First check that you can access your Dev Hub. Then check that the ScratchOrgInfo standard object in your Dev Hub contains a record for your scratch org. In Setup, navigate to the Dev Hub page and click the Scratch Org Infos tab. If you find your scratch org, try again."

0 commit comments

Comments
 (0)