Skip to content

As a user, I want to validate multiple bundles at once #796

Answered by pds-ops
jordanpadams asked this question in Q&A
Discussion options

You must be logged in to vote

This is actually a new requirement for validate that has not been implemented here #237.

In the meantime, there are a couple possible workarounds for this:

Validate each bundle in parallel

This is probably the most efficient solution by running 2 validate executions at the same time, by running each validate execution in the background. There are numerous ways you could do this per this online documentation..

Validate each bundle via 1 line command

(in bash)

validate --rule pds4.bundle --target /path/to/bundle_1.xml ; \
validate --rule pds4.bundle --target /path/to/bundle_2.xml

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by pds-ops
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants