Developer Workstation
In order to successfully troubleshoot and interact with Salesforce and your preferred CI/CD Tooling Platform using the CLI, the following commands should be executed on your computer to validate you have the tools configured correctly. Depending on your operating system (eg. Mac OS, Windows, Linux), there may be some variation in the commands and outputs below on your terminal window.
git version
> git version 2.33.1
npm install --global sfdx-cli
sfdx version
> sfdx-cli/7.180.0 darwin-x64 node-v18.7.0
npm i -g @dxatscale/sfp-cli
sfdx plugins:install @dxatscale/sfpowerscripts
sfdx plugins:install sfpowerkit
sfdx plugins:install sfdmu
sfdx plugins:install sfdx-browserforce-plugin
code --version
> 1.72.2
d045a5eda657f4d7b676dedbfa7aab8207f8a075
x64
npm --version
> 8.15.0
Last modified 1mo ago