2 respuestas
The Salesforce CLI is a powerful command line interface that simplifies development and build automation when working with your Salesforce org.
Use it to:
- Aggregate all the tools you need to develop with and perform commands against your Salesforce org
- Synchronize source to and from scratch orgs
- Create and manage orgs
- Import and export data
- Create and execute tests
- Create and install packages
Refer:
https://developer.salesforce.com/docs/atlas.en-us.sfdx_setup.meta/sfdx_setup/sfdx_setup_intro.htm
https://developer.salesforce.com/tools/salesforcecliThanks!