Newer Version Available
Verify Your Installation
Verify your Salesforce CLI installation and plug-in versions.
Run this command to verify the Salesforce CLI
version:
1sfdx --version
2sfdx-cli/6.0.10-3713d7b alpha (darwin-x64) node-v8.6.0Run this command to verify the Salesforce CLI plug-in version:
1$ sfdx plugins --core
2salesforcedx 41.2.0 (core)Run this command to return a list of the command families in the the force topic:
1sfdx force --helpThis command returns all the force commands:
1sfdx force:doc:commands:list