You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I reported this a while ago in #142 but that was closed because timoni needs its own cue.mod per module/chart to be able to do its OCI bundles. Apparently using a reusable cue.mod is unsupported because of technical limitations.
This also makes using timoni quite painful for monorepos, which is a blocker for me. I'm just checking up on Timoni from time to time to see if they've made any changes when it comes to better supporting monorepo patterns, but still this is not the case.
I still think it would be better to lean in to cue's own package and module system instead of inventing something new on top of cue because it breaks so much of the benefits from cue.
It seems currently
timoni
looks forcue.mod
in the current directory only.timoni mod vendor crds -f crd.yaml 9:28PM ERR cue.mod not found in the module path
It would be nice to find the main module in a parent directory as
cue
does.See https://cuelang.org/docs/reference/modules/#glossary
The text was updated successfully, but these errors were encountered: