This repository has been archived by the owner on Nov 18, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 171
Package distribution #409
Labels
Comments
A You can use
The project uses its own mod system and so is an example usage. |
look forward to cue mod |
This issue has been migrated to cue-lang/cue#409. For more details about CUE's migration to a new home, please see cue-lang/cue#1078. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Is your feature request related to a problem? Please describe.
Cue is a very interesting language and as a refreshing alternative to YAML (or even Jsonnet) for configuring Kubernetes.
Looking at the Helm project, one can clearly see their biggest power is the ready-to-go library of prepared configuration charts.
I would like to achieve a similar thing with CUE, by distributing
.cue
files (Packages) to users.Describe the solution you'd like
Given the overall Go-inspired characteristics of CUE and especially
cue mod
, ago get
similar command would be very beneficial.Similar to
cue get go
, we could also introducecue get cue
(or bettercue get
) to download CUE modules from source control, e.g. GitHub:Dependency resolution would be desirable as well, so that
cue.mod/module.cue
specifies required modules:Describe alternatives you've considered
jsonnet-bundler
. However consideringcue
already includesget go
, it seems like a natural fitThe text was updated successfully, but these errors were encountered: