What problem are you facing?
I would like to use crossplane validate in CI scripting and downstream code. However, right now I need to parse text from stdout in order to do so.
How could Crossplane help solve your problem?
Add flags for yaml/json output from validate.
Bonus: allow downstream packages to import and call validate from golang w/o going through any parsing at all. Expose an interface that returns meaningful results.
What problem are you facing?
I would like to use
crossplane validatein CI scripting and downstream code. However, right now I need to parse text from stdout in order to do so.How could Crossplane help solve your problem?
Add flags for yaml/json output from validate.
Bonus: allow downstream packages to import and call validate from golang w/o going through any parsing at all. Expose an interface that returns meaningful results.