salesforcedx

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

Usage no npm install needed!

<script type="module">
  import salesforcedx from 'https://cdn.skypack.dev/salesforcedx';
</script>

README

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