commit | 9a36a0c6c5fe09eb0e5833e72c6ab0982be69632 | [log] [tgz] |
---|---|---|
author | Marcel van Lohuizen <mpvl@golang.org> | Tue Dec 11 16:35:38 2018 +0100 |
committer | Marcel van Lohuizen <mpvl@golang.org> | Tue Dec 11 19:38:21 2018 +0100 |
tree | 2ac9e07f6b515ae12abfbdd76ae3344d0c8d8d06 | |
parent | 7b5d2fd21d2e8b5776f6f2ef66a35324abe8f14a [diff] |
all: add go.mod file Change-Id: Ia89984a50f6147ef71acb7a733c25f8d6f2dbd74
Configure, Unify, Execute
CUE is an open source configuration language which aims to make complex configurations more manageable and usable.
CUE is a constrained-based language. Constraints provide a powerful yet simple alternative to inheritance, a common source of complexity with other languages. The CUE tooling also provides powerful integrated scripting aimed at improving the overall experience of putting configurations to good use.
Some highlights:
If you already have Go installed, the short version is:
go get -u cuelang.org/go/cmd/cue
This will install the cue
command line tool.
For more details see [Installing CUE][./doc/install.md].
A demonstration of how to convert and restructure and existing set of Kubernetes configurations is available in [written form][./doc/demo/kubernetes/Readme.md] or as video.
[Language Specification][./doc/ref/spec.md]: official CUE Language specification.
API: the API on godoc.org
Builtin packages: builtins available from CUE programs
[cue
Command line reference][./doc/cmd/cue.md]: the cue
command
Our canonical Git repository is located at https://cue.googlesource.com.
To contribute, please read the [Contribution Guidelines][./CONTRIBUTING.md]
Unless otherwise noted, the CUE source files are distributed under the Apache 2.0 license found in the LICENSE file.