Installing the SFDX Plugin
The following are the commands for installation of the SFDX plugin:
Task
Command
To install the SFDX plugin
Run one of the following commands:
sfdx plugins:install svmxc-sfdx
OR
$ npm install -g svmxc-sfdx
To confirm the installation
Run the following command :
sfdx plugins:commands
* 
This command displays the list of available commands.
Was this helpful?