Getting started
Installation
Get sfpm onto your machine and run your first command.
Requirements
- Node.js >= 18
- pnpm >= 8 (do not use
npmoryarnfor the workspace) - Salesforce CLI (
sf) authenticated to your DevHub and target orgs - Git
From source
git clone https://github.com/b64hub/sfpm.git
cd sfpm
pnpm install
pnpm build
# Run via the local binary
node packages/cli/bin/run.js --help
# Or link it for global use
pnpm --filter @b64/sfpm-cli link --globalA published npm distribution is on the roadmap. Until then, install from
source.