anyone here using crd2pulumi? i've just been worki...
# kubernetes
i
anyone here using crd2pulumi? i've just been working on how to integrate the output with any type of codebase and here's what i came up with:
Copy code
crd2pulumi --nodejsPath gen/raw --force *.yaml
bun build gen/raw/index.ts --target node --packages external --outfile gen/dist/index.js
(cd gen/raw && bunx tsc --types "node" --emitDeclarationOnly --outDir ../dist)