The Salesforce DX plugin aggregates all force topic commands into a single plugin that is bundled with the Salesforce CLI.


Keywords
force, salesforce, sfdx, salesforcedx, sfdx-plugin
License
BSD-3-Clause
Install
npm install salesforcedx@50.1.1

Documentation

Salesforce DX

The Salesforce DX plugin aggregates all force topic commands into a single plugin that is bundled with the Salesforce CLI.

Installing

By default, the Salesforce DX plugin is bundled with the Salesforce CLI.

sfdx plugins --core

Install a "tagged" version of Salesforce DX

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