What problem does it solve?
Orchestrates and hardens Salesforce metadata deployments so teams can validate, deploy, and verify changes reliably without risking production outages or dependency errors.
Core Features & Use Cases
- Deployment orchestration: supports dry-run validation, manifest- or source-dir deploys, quick-deploys, status reporting, and cancellation workflows to minimize risk.
- Release sequencing and safety: prescribes deploy ordering (objects → permission sets → Apex → flows → activation), test-level guidance, and post-validation handoff to data or agent workflows.
- CI/CD and agent support: provides pipeline patterns, agent publish/activate sequencing, and troubleshooting guidance for Agentforce and other integrated metadata types.
- Use case: validate a release with --dry-run, review results, quick-deploy the validated job ID, then assign permission sets and run smoke tests.
Quick Start
Validate your force-app using a dry-run deploy to the target org alias and then run the recommended next action based on the validation outcome.