Quick summary
To check if Salesforce CLI is installed, open your terminal and run the sf --version command. If the CLI is present, the terminal will return a version string such as @salesforce/cli/2.x.x or sfdx-cli/7.x.x.
Steps
- Open the terminal on your computer by pressing Cmd + Space on Mac or using the Start menu on Windows.
- Run the command sf --version in the terminal.
- If Salesforce CLI is installed, you will see output like @salesforce/cli/2.x.x or sfdx-cli/7.x.x confirming the installation.
