Skip to content

Builds package.xml for sf based on current local changes and production data

Notifications You must be signed in to change notification settings

NH1922/SF-Incremental-Package-Builder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Salesforce Incremental Package Builder

A simple python script and gui to build incremental packages. Uses filecmp and lxml to compare two directories and build the package.xml for metadata components that are different between the two.

GUI in PySimpleGui.

To run the GUI use app.py.

To run the script directly, set the REMOTE and LOCAL inside script.py.

Screenshots

ss1

ss2

Requirements

  1. PySimpleGUI - Only for GUI
  2. lxml - For both GUI and script

pip install -r requirements.txt

About

Builds package.xml for sf based on current local changes and production data

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages