You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: messages/messages.json
+1-1
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@
25
25
"instanceUrl": "the login URL of the instance the org lives on",
26
26
"authorizeCommandSuccess": "Successfully authorized %s with org ID %s",
27
27
"authorizeCommandCloseBrowser": "You may now close the browser",
28
-
"warnAuth": "Logging in to a business or production org is not recommended on a demo or shared machine. Please run \"sfdx auth:logout --targetusername <your username> --noprompt\" when finished using this org, which is similar to logging out of the org in the browser.\n\nDo you want to authorize this org, %s, for use with the Salesforce CLI (y/n)?",
28
+
"warnAuth": "Logging in to a business or production org is not recommended on a demo or shared machine. Please run \"sfdx auth:logout --targetusername <your username> --noprompt\" when finished using this org, which is similar to logging out of the org in the browser.\n\nDo you want to authorize this org for use with the Salesforce CLI (y/n)?",
29
29
"noPromptAuth": "do not prompt for auth confirmation in demo mode",
30
30
"disableMasking": "disable masking of user input (for use with problematic terminals)",
31
31
"clientSecretStdin": "OAuth client secret of personal connected app?"
Copy file name to clipboardexpand all lines: messages/sfdxurl.store.json
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
{
2
-
"description": "authorize an org using an SFDX auth URL\nThe file must have the format \"%s\" or \"%s\".\nThe file must contain only the URL or be a JSON file that has a top-level property named sfdxAuthUrl.\nUse this command to get the SFDX auth URL for a Dev Hub org you have already authorized:\n\n $ sfdx force:org:display -u <DevHub> --verbose",
2
+
"description": "authorize an org using an SFDX auth URL\nAuthorize a Salesforce org using an SFDX auth URL stored within a file. The file must have the format \"%s\" or \"%s\".\nThe file must contain only the URL or be a JSON file that has a top-level property named sfdxAuthUrl.\nUse this command to get the SFDX auth URL for a Dev Hub org you have already authorized:\n\n $ sfdx force:org:display -u <DevHub> --verbose",
3
3
"file": "path to a file containing the sfdx url",
4
4
"examples": [
5
5
"sfdx auth:sfdxurl:store -f <path to sfdxAuthUrl file>",
0 commit comments