Hi,
Hoping someone can update the Droid command line options in the future. Here is the issue I am encountering.
Droid gives the option for setting a default signature file (ie; droid –s 104) but does not give the same functionality for the Container Signature files. The only way to currently set Droid to the latest Container is to manually select it in the settings of the Droid GUI version.
In my goal to automate Droid through Powershell/CMD Line, all is working quite well with the exception of this one missing option. Also, in a related issue, any future fix of this problem may need to also address the nomenclature of the Container Signature files. Currently they are using a date in the file naming: container-signature-20220311.xml
So if the command line option is created, there will also have to be an obvious method for defining the Container Signature version number in the same way that's done for the signature files (ie; -s 104).
The XML file does list a version number:
<ContainerSignatureMapping schemaVersion="1.0" signatureVersion="29">
But it isn't reflected in the actual file name, which I think would be much better than using a date, IMO. It would also allow for easier automation.
Anyway, I hope someone gets a chance to work on this at some point. Thanks!
Regards,
Matthew