Imports of packages in External repos #2705
-
Hi, I will start by apologising for my "noob" question, but I think that I am slightly confused and in need of some help. After reading the docs on packages (https://cuelang.org/docs/concepts/packages/) I got the understanding that I could define a set of definitions that I later would be able to import into other projects. I am capable of creating my module, and everything works exactly as expected within that module. My issue comes when I want to use that module in another git repo. What is the intended way to do that? Mono repo? Git submodules? Or am I going down the complete wrong path? Our usecase for this is a custom created deployment solution where different teams / customers should have access to their own configurations, but not be able to edit the base definitions used by the deployment software. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Being able to publish and download modules is something we've been actively working on :) We will have an experimental version to share soon. You can subscribe to #2032 for updates, and see #2330 for our latest proposed design. |
Beta Was this translation helpful? Give feedback.
Being able to publish and download modules is something we've been actively working on :) We will have an experimental version to share soon. You can subscribe to #2032 for updates, and see #2330 for our latest proposed design.