Skip to content

Commit

Permalink
fix: add prompt to examples, and fix bad doc link
Browse files Browse the repository at this point in the history
  • Loading branch information
jshackell-sfdc authored May 18, 2022
1 parent 8c37a50 commit df02ee9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions messages/display.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"description": "displays information about a user of a scratch org\nOutput includes the profile name, org ID, access token, instance URL, login URL, and alias if applicable.",
"examples": ["sfdx force:user:display", "sfdx force:user:display -u [email protected] --json"],
"examples": ["$ sfdx force:user:display", "$ sfdx force:user:display -u [email protected] --json"],
"accessTokenError": "This command doesn't accept an access token for a username.",
"accessTokenAction": "Specify a username or an alias.",
"securityWarning": "This command will expose sensitive information that allows for subsequent activity using your current authenticated session.\nSharing this information is equivalent to logging someone in under the current credential, resulting in unintended access and escalation of privilege.\nFor additional information, please review the authorization section of the https://developer.salesforce.com/docs/atlas.en-us.234.0.sfdx_dev.meta/sfdx_dev/sfdx_dev_auth_web_flow.htm"
"securityWarning": "This command will expose sensitive information that allows for subsequent activity using your current authenticated session.\nSharing this information is equivalent to logging someone in under the current credential, resulting in unintended access and escalation of privilege.\nFor additional information, please review the authorization section of the https://developer.salesforce.com/docs/atlas.en-us.sfdx_dev.meta/sfdx_dev/sfdx_dev_auth_web_flow.htm"
}

0 comments on commit df02ee9

Please sign in to comment.