Skip to content

Add CUE file validation support #462

@kehoecj

Description

@kehoecj

CUE is a data validation/configuration language gaining traction in the Kubernetes and DevOps ecosystem (Dagger, Kubevela, etc.).

The official Go SDK (cuelang.org/go) provides a pure Go parser — no external binary needed. Syntax validation would use cue/cuecontext to load and check .cue files.

CUE also has a built-in schema/constraint system, so schema validation could be a follow-up.

References

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestgood first issueGood for newcomershas-prThis issue has an associated PRhelp wantedExtra attention is needednew validation typeNew config file type to validate

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions