Skip to content

Draft: Resolve "Parsing changes to verifyFile"

Lasse Tjernaes Wardenaer requested to merge 172-parsing-changes-to-verifyfile into main

After refactoring the parsing of the standalone cli tools, the usage of the verify file tool was slightly modified. This issue should make the tool go from

cta-verify-file --id/-I <archiveFileID> --vid/-v <vid> [--instance/-i <instance>] [--request.user/-u <user>] [request.group/-g <group>]

to

cta-verify-file <archiveFileID> --vid/-v <vid> [--instance/-i <instance>] [--request.user/-u <user>] [request.group/-g <group>]

which was the way to use the tool before the refactoring.

Merge request reports