As a user, I want to validate multiple bundles at once #796
Answered
by
pds-ops
jordanpadams
asked this question in
Q&A
-
When I try to validate 2 bundles at once, validate doesn't figure it out. What gives? |
Beta Was this translation helpful? Give feedback.
Answered by
pds-ops
Dec 13, 2023
Replies: 1 comment
-
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 parallelThis 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)
|
Beta Was this translation helpful? Give feedback.
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
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)