What problem are you facing?
The xrd convert command works fine to convert a XRD into a CRD, but sometimes we're also interested to convert the CRD into a json schema. We could use an external tool to do so, but cli can easily achieve that.
How could Crossplane help solve your problem?
Add a --json-schema flag to xrd convert command, similarly as we do for xpkg get-crds command.
What problem are you facing?
The
xrd convertcommand works fine to convert a XRD into a CRD, but sometimes we're also interested to convert the CRD into a json schema. We could use an external tool to do so, butclican easily achieve that.How could Crossplane help solve your problem?
Add a
--json-schemaflag toxrd convertcommand, similarly as we do forxpkg get-crdscommand.