Newer Version Available
Salesforce CLI Configuration and Tips
Use Salesforce command-line interface (CLI) for most development and testing tasks.
These tasks include authorizing a Dev Hub org, creating a scratch org, synchronizing source code
between your scratch orgs and VCS, and running tests.
You can start using the CLI right after you install it.
The CLI commands are grouped into top-level topics. For example, the force top-level topic is divided into topics that group commands by functionality, such as the force:org commands to manage your orgs. The config top-level topic contains commands for managing configuration values.
Run --help at each level to get more information.
Run this command to view all available Salesforce CLI commands:
To see all commands with their parameters and flags, run the command with the --json flag: