From 5e7adcfeb22abbc99991e1ec3407f9914ace708c Mon Sep 17 00:00:00 2001 From: Juliet Shackell <63259011+jshackell-sfdc@users.noreply.github.com> Date: Tue, 6 Feb 2024 11:52:57 -0800 Subject: [PATCH] fix: update help after "-" no longer required for --sfdx-url-stdin --- messages/sfdxurl.store.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/messages/sfdxurl.store.md b/messages/sfdxurl.store.md index e98711e0..d7f09e1d 100644 --- a/messages/sfdxurl.store.md +++ b/messages/sfdxurl.store.md @@ -18,7 +18,7 @@ NOTE: The "<%= config.bin %> org display --verbose" command displays the refresh 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. -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. +Alternatively, you can pipe the SFDX authorization URL through standard input by specifying the --sfdx-url-stdin flag. # flags.sfdx-url-file.summary @@ -26,7 +26,7 @@ Path to a file that contains the Salesforce DX authorization URL. # flags.sfdx-url-stdin.summary -Specify '-' as this flag's value to pipe the Salesforce DX authorization URL through standard input (stdin). +Pipe the Salesforce DX authorization URL through standard input (stdin). # examples @@ -38,6 +38,6 @@ Specify '-' as this flag's value to pipe the Salesforce DX authorization URL thr <%= config.bin %> <%= command.id %> --sfdx-url-file files/authFile.json --set-default --alias MyDefaultOrg -- Pipe the SFDX authorization URL from stdin by specifying the '-' value. +- Pipe the SFDX authorization URL from stdin: - <%= "\n $ echo url | " + config.bin %> <%= command.id %> --sfdx-url-stdin - + <%= "\n $ echo url | " + config.bin %> <%= command.id %> --sfdx-url-stdin