Hi, How would I share scripts with an outside org ...
# sdf
m
Hi, How would I share scripts with an outside org through SDF? I have the deploy.xml file and all scripts included. Do I need to directly deploy to their account or theres a better way?
e
Some options: 1. Store the project in a git repository and let them clone it. 2. Zip up the project and send it to them like any other zip file 3. Deploy it to their account - though this doesn't necessarily group everything nicely for them so they can investigate the individual components
m
@erictgrubaugh Thanks for the clear instructions. Will the 2nd option work even with Script Objects?
e
Sure, they're XML files
m
Right.
Thanks!
1
e
I can't guarantee the project will be immediately deployable, if they are missing dependencies and such, but they'll have all the elements.
Make sure you also include the
manifest.xml
file
m
Good point, I think I might hit some roadblocks with missing dependencies.