Getting started
Quick start
Build, deploy, and install your first sfpm package in under five minutes.
The five-step path from a fresh sfpm install to a deployed Salesforce
package.
# 1. Initialize an SFPM project
sfpm project init
# 2. Bootstrap the SFPM helper packages into your DevHub / prod org
sfpm bootstrap -o my-devhub
# 3. Build a package (or several) against your DevHub
sfpm build my-package -v my-devhub
# 4. Deploy from local source to a sandbox
sfpm deploy my-package -o my-sandbox
# 5. Install a previously built artifact into a target org
sfpm install my-package -o my-sandboxEvery command supports --help. See the
CLI reference for the full flag list.