By Derek Price - 5/11/2010
Does Package-It! support command line options to extract the contents without launching the UI? I would like to set something up so that when a package gets updated it would get extracted and checked into TFS automatically via the command line.
Thanks,
Derek
|
By Greg McGuffey - 5/12/2010
Derek,
As near as I can tell, PackageIt doesn't have a command line interface.
However, you could easily build your own! The tools to do so are in the SF IO.Compression namespace. It is surprisingly easy to create/extract packages. I used this to create a package with exception reports and then a viewer to open the package and view the contents.
|
By Derek Price - 5/14/2010
Ok thanks. I didn't think so, but it was worth checking. I had built something last year, but was hoping to avoid maintaining another piece of code!
Derek
|
By Greg McGuffey - 5/14/2010
I totally understand. Fortunately, this will likely be a pretty simple app to write and maintain. Good luck!
|