Installing the SFDX Plugin
The following are the commands for the installation of the SFDX plugin.
* 
Ensure that the latest version of CLI/NPM is installed before installing the SFDX plugin.
Task
Command
To install the SFDX plugin
Run one of the following commands :
sfdx plugins:install a360sfdx
OR
$ npm install -g a360sfdx
To confirm the installation
Run the following command :
sfdx plugins:commands
* 
This command displays the list of available commands.
Was this helpful?