-
Notifications
You must be signed in to change notification settings - Fork 25
Home
Salesforce CLI is a bundle of two executables: sf
and sfdx
. We first launched sfdx
to develop and test your apps more easily on the Salesforce Platform. With sf
, we're bringing together a set of cross-cloud commands that streamline how you build and deploy across all Salesforce.
A Salesforce plugin is a group of commands. For example, the plugin-deploy-retrieve plugin provides commands to deploy and retrieve metadata to and from an org. Salesforce CLI is itself a plugin.
Why create your own plugin? The Salesforce CLI core plugins provide commands and functionality to meet common needs that customers and partners have. But your team probably has specific needs. That’s why Salesforce CLI is extensible. Even at Salesforce, different teams have different requirements. Salesforce teams create internal plug-ins, Salesforce employees create plug-ins as side projects, and Trailblazers in the Salesforce community create and share plug-ins.
For more information visit developer.salesforce.com.
© Copyright 2024 Salesforce.com, inc. All rights reserved. Various trademarks held by their respective owners.
- Quick Intro to Developing sf Plugins
- Get Started: Create Your First Plugin
- Design Guidelines
- Code Your Plugin
- Debug Your Plugin
- Write Useful Messages
- Test Your Plugin
- Maintain Your Plugin
- Integrate Your Plugin With the Doctor Command
- Migrate Plugins Built for sfdx
- Conceptual Overview of Salesforce CLI