From 2378f39a88923c294a2a2cb8c002372e85e819cf Mon Sep 17 00:00:00 2001 From: Juliet Shackell <63259011+jshackell-sfdc@users.noreply.github.com> Date: Mon, 1 Feb 2021 14:03:43 -0800 Subject: [PATCH] fix: remove note about "sfdx force:doc:commands:list" and replace it with just "sfdx commands" --- templates/cli_reference_help.xml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/templates/cli_reference_help.xml b/templates/cli_reference_help.xml index 67276245..35b6ad45 100644 --- a/templates/cli_reference_help.xml +++ b/templates/cli_reference_help.xml @@ -56,9 +56,8 @@ IF YOU WANT TO CHANGE THIS CONTENT, CONTACT juliet.shackell@salesforce.com FOR D otherprops="nolang">( … | … )).

If the command takes varargs (name-value pairs that aren’t parameters), the usage signature includes name=value....

To see signatures for all commands in the force namespace, run sfdx - force:doc:commands:list --usage. + type="tip">To see all Salesforce CLI commands, run sfdx + commands.
  • Options

    The Options section lists all the command’s parameters, including their short name, long name, and purpose. For parameters that accept a value, the value name is written after an equals sign (=). The equals