⚠ BREAKING CHANGES
- cli: the generated module names of imported CRDs now include the resource's group and not just its kind in order to ensure uniqueness. For example, when importing the Jenkins CRD, instead of 'imports/jenkins.ts
, we now have
imports/jenkins.io/jenkins.ts`.
- cli: class names of imported apis are now normalized to
PascalCase
.
Features
- cli: import CRDs from a running cluster (#207) (5153422), closes #197
- lib: introduce "include" (#202) (75d13e8), closes #199
- lib: yaml utility functions (#198) (9e0f030)