Skip to content

Commit 8f8e756

Browse files
Merge pull request #229 from salesforcecli/jshackell-verbose-warning
fix: add warning about using force:org:display --verbose
2 parents 550334d + 8014fb1 commit 8f8e756

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

messages/display.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"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.\nIncluding --verbose displays the sfdxAuthUrl property only if you authenticated to the org using auth:web:login (not auth:jwt:grant)",
2+
"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": [
44
"sfdx force:org:display",
55
"sfdx force:org:display -u [email protected]",

0 commit comments

Comments
 (0)