The Salesforce DX plugin aggregates all force topic commands into a single plugin that is bundled with the Salesforce CLI.
- Salesforce DX Setup Guide
- Salesforce DX Developer Guide
- Salesforce CLI Command Reference
- Salesforce Developer Tools for Visual Studio Code
By default, the Salesforce DX plugin is bundled with the Salesforce CLI.
sfdx plugins --core
Use this to install a previous version of Salesforce DX or install a version that has not been promoted to the "latest" version.
The 'latest-rc' or latest release candidate is the version that is slated to go out next but hasn't been promoted to the "latest" version.
sfdx plugins:install salesforcedx@latest-rc
To set to a specific version:
sfdx plugins:install salesforcedx@50.6
Please report any issues at https://github.com/forcedotcom/cli/issues