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/sfdxurl.store.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -18,15 +18,15 @@ NOTE: The "<%= config.bin %> org display --verbose" command displays the refresh
18
18
19
19
You can also create a JSON file that has a top-level property named sfdxAuthUrl whose value is the authorization URL. Finally, you can create a normal text file that includes just the URL and nothing else.
20
20
21
-
Alternatively, you can pipe the SFDX authorization URL through standard input by using the --sfdx-url-stdin flag and providing the '-' character as the value.
21
+
Alternatively, you can pipe the SFDX authorization URL through standard input by specifying the --sfdx-url-stdin flag.
22
22
23
23
# flags.sfdx-url-file.summary
24
24
25
25
Path to a file that contains the Salesforce DX authorization URL.
26
26
27
27
# flags.sfdx-url-stdin.summary
28
28
29
-
Specify '-' as this flag's value to pipe the Salesforce DX authorization URL through standard input (stdin).
29
+
Pipe the Salesforce DX authorization URL through standard input (stdin).
30
30
31
31
# examples
32
32
@@ -38,6 +38,6 @@ Specify '-' as this flag's value to pipe the Salesforce DX authorization URL thr
0 commit comments