afv-library/skills/deploying-metadata/CREDITS.md
sandipkumar-yadav 37aa84df42
feat: @W-22444026@ Introducing Core Skills, Datacloud Skills, Industries and Utility Skills. (#268)
* Migrating Core Salesforce Skills

* Updating pr comments

* updat reference

* Updating a skill

* Migrating Datacloud skills

* Migrating Industries cloud skills

* Validating - skills fixing

---------

Co-authored-by: Sandip Kumar Yadav <sandipkumar.yadav+sfemu@salesforce.com>
2026-05-14 19:32:15 +05:30

1.2 KiB

Credits & Acknowledgments

This skill is built on established Salesforce DevOps practices, official platform tooling, and the collective knowledge embedded in Salesforce's documentation and developer ecosystem.


Key Concepts

Two-Phase Deployment Pattern

The --dry-run validation before actual deployment is a community-established best practice to prevent production failures, widely promoted across official Salesforce documentation.

Quick Deploy Strategy

The workflow of validating with tests, then using quick deploy for actual deployment, originates from Salesforce release management best practices.

Test Level Recommendations

The guidance on appropriate test levels (RunLocalTests vs RunAllTests vs RunSpecifiedTests) comes from official Salesforce deployment documentation.

Incremental Deployment Strategy

The recommendation for small, frequent deployments over large batches is a DevOps industry best practice adapted for Salesforce.


Special Thanks

To the entire Salesforce DevOps community — release managers, architects, developers, and CI/CD engineers — for continuously improving deployment practices and making Salesforce deployments more reliable.