Skip to content

This repository contains code for generating package for delta changes for Salesforce metadata validation using ANT based project structure.

License

Notifications You must be signed in to change notification settings

devakshaygupta/generate-delta-package

Repository files navigation

Generate-delta-package

CodeFactor PowerShell Static Analyzer

This repository contains code for generating package for delta changes for Salesforce project using ANT based project structure.

Before trying this program, please do the following steps:

To generate package for changed files, run the following command:

./gdp.sh -s feature/someStory -t release/Version -d /path/to/repository

To run validation without test class, execute the following:

cp build_template.xml build.xml && ant validateWithoutTestClass

To run validation with test class, execute the following:

ant validateWithTestClass

About

This repository contains code for generating package for delta changes for Salesforce metadata validation using ANT based project structure.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published