███████╗███████╗██████╗ ███╗ ███╗
██╔════╝██╔════╝██╔══██╗████╗ ████║
███████╗█████╗ ██████╔╝██╔████╔██║
╚════██║██╔══╝ ██╔═══╝ ██║╚██╔╝██║
███████║██║ ██║ ██║ ╚═╝ ██║
╚══════╝╚═╝ ╚═╝ ╚═╝ ╚═╝
by developers for developers
This project uses pnpm for package management. Please do not use npm or yarn.
- Install dependencies:
pnpm install - Build:
pnpm build(or specific package scripts) - Test:
pnpm test
SFPM (Salesforce Package Manager) is a CLI-based utility designed to streamline the deployment, retrieval, and management of Salesforce metadata packages.
Feature A: Quick description.
Feature B: Quick description.
Feature C: Quick description.
Example installation command
npm install -g sfpm-cli
Provide the most common command so users can get started in seconds.
sfpm deploy --path ./force-app
Explain any .sfpmrc or environment variables needed (e.g., Auth tokens, Org aliases).
Command Description
sfpm init Initialize a new project
sfpm push Push local changes to the scratch org
sfpm fetch Retrieve metadata from a sandbox
Briefly mention how others can submit PRs or report bugs.
Distributed under the MIT License. See LICENSE for more information.