Hi SDF Gurus, Is there a easy way to deploy 1 Scri...
# sdf
r
Hi SDF Gurus, Is there a easy way to deploy 1 Script file and the relevant script deployment without deploying the whole SDF Project? Or Do I have to edit the Manifest deploy.xml to include what to deploy? I'm After something like a bundle functionality where you can specify for PROJECT1 only include these files and project 2 include these files
n
Use the deploy.xml to identify the objects that you want to deploy.
plusone 1
r
Does everyone keep updating the deploy.xml every time they want to deploy? Do you keep version of the deploy.xml? (project 1 = Deploy1.xml that has 3 files and custom record? project2 = deploy2.xml with say 2 custom records and 2 custom fields?
s
the simplest approach I've found is a single
deploy.xml
that you use for deploying a feature - then tag the repository at that point to capture all the files, including the state of deploy.xml at that moment in time. That allows you to refer back to exactly what was deployed.
👍 1
n
I have written a small utility to update the deploy.xml file whenever I create any xml file in Objects.
👍 1
r
@NickSuite care to share how this works
n
I have utilized WebStorm file watcher which triggers my utility (.exe) with the params and I make the changes to the deploy.xml