Language Specification

    The source of truth for how the CUE language should behave
    reference/spec

    The cue command


    Help texts for the cue command and its subcommands
    reference/cli

    Modules


    CUE’s experimental dependency management system
    reference/modules

    Glossary

    Index and glossary of terms used by CUE
    reference/glossary

    Contributing to CUE

    Guidance on how to contribute to the CUE project
    reference/contribution-guidelines

    Code of Conduct

    The project’s values, standards, responsibilities, and processes
    reference/code-of- conduct

External references

Reference information published on other websites.

    Standard library

    Built-in packages available to CUE code. Also available to Go code, but typically not used there
    pkg.go.dev

    API: go/cue

    Core Go APIs related to parsing, formatting, loading and running CUE programs. Used by all other packages, including the cue command
    pkg.go.dev

    API: go/encoding

    Go APIs for converting to and from CUE. Includes adaptors for YAML, JSON, Go, Protobuf, and OpenAPI
    pkg.go.dev

    cue-lang/cue

    The CUE project issue tracker, and source code for the CUE Go implementation
    github.com