Plugins
@simplysf/simply is a monorepo of independently-installable Salesforce CLI plugins that handle the day-to-day work of building and maintaining a Salesforce org: working with Apex, publishing communities, moving data and files, generating documentation, cleaning up Flows, managing package dependencies, building permission sets, updating project metadata, visualizing schema, and backing up or deduplicating SObject data.
Install
Section titled “Install”Install the orchestrator to get every command from every plugin in one shot:
sf plugins install @simplysf/simplyOr install only the plugin(s) you need — each one works standalone:
sf plugins install @simplysf/simply-aepsf plugins install @simplysf/simply-apexsf plugins install @simplysf/simply-communitysf plugins install @simplysf/simply-datasf plugins install @simplysf/simply-documentsf plugins install @simplysf/simply-flowsf plugins install @simplysf/simply-packagesf plugins install @simplysf/simply-permissionssf plugins install @simplysf/simply-projectsf plugins install @simplysf/simply-schemasf plugins install @simplysf/simply-sobjectPlugins
Section titled “Plugins”| Plugin | What it’s for |
|---|---|
simply-aep | Apex Enterprise Patterns tooling (fflib, force-di, AT4DX) |
simply-apex | Executing anonymous Apex, purging debug logs, and managing trace flags |
simply-community | Publishing Salesforce Communities (Experience Cloud sites) |
simply-data | Uploading and downloading files in a Salesforce org |
simply-document | Generating project documentation and change reports |
simply-flow | Deleting Flows and pruning obsolete Flow versions for destructive deploys |
simply-package | Managing package dependencies and versions |
simply-permissions | Analyzing and building permission sets |
simply-project | Working with Salesforce project metadata |
simply-schema | Generating and visualizing Salesforce schema |
simply-sobject | Backing up, deduplicating, and tracking SObject data |
Looking for every command in one place? See the full command reference for the orchestrator plugin.
Where to start
Section titled “Where to start”- New to Simply? Follow Get Started to install and verify the CLI.
- Need Salesforce CI/CD pipelines instead? See the simply-cicd overview.