What problem are you facing?
When developing a composition, it's sometimes helpful to have the CRDs of the providers we use as dependencies handy.
Also, a flag to dump the JSON schema files instead of the CRDs would be really helpful.
How could Crossplane help solve your problem?
A new command that does what crossplane resource validate (or beta validate used to do), that is, download the provider CRDs to a given folder.
For example, as crossplane resource crds or crossplane xpkg crds.
What problem are you facing?
When developing a composition, it's sometimes helpful to have the CRDs of the providers we use as dependencies handy.
Also, a flag to dump the JSON schema files instead of the CRDs would be really helpful.
How could Crossplane help solve your problem?
A new command that does what
crossplane resource validate(orbeta validateused to do), that is, download the provider CRDs to a given folder.For example, as
crossplane resource crdsorcrossplane xpkg crds.