What problem does it solve?
Managing Salesforce deployments, CI/CD pipelines, and metadata changes is complex, prone to errors, and requires careful orchestration. This Skill provides comprehensive automation for DevOps workflows, ensuring reliable and high-quality deployments.
Core Features & Use Cases
- Deployment Management: Execute, validate, and monitor deployments for metadata, Apex, and LWC using
sf CLI v2, with options for dry-runs and specific test levels.
- Quality Assurance: Integrates automated testing, code coverage checks, and pre-production validation to maintain high code quality and prevent regressions.
- Error Handling: Parses deployment failures, explains errors in plain language, suggests specific fixes, and provides rollback options if needed.
- Use Case: Perform a dry-run validation of all metadata in your 'force-app' directory to your 'sandbox' org, then, upon successful validation, proceed with the actual deployment, running local tests to ensure stability.
Quick Start
Use the sf-deploy skill to perform a dry-run validation of all metadata in 'force-app' to your 'sandbox' org.