Skip to content

abcue/cue-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CUE Examples

cue

bazel run @rules_cue//cue -- version
...
cue version v0.9.1

sops

Decrypt secret values from sops encrypted file

cd sops
cue cmd sue
{
    "key": "value",
    "secretKey": "secret value"
}

Use module

git subrepo clone git@github.com:abc-dp/sue.git sops/cue.mod/pkg/github.com/abc-dp/sue
git subrepo pull sops/cue.mod/pkg/github.com/abc-dp/sue
git subrepo push sops/cue.mod/pkg/github.com/abc-dp/sue

kubernetes

Create kubernetes manifests with schema validation

cd kubernetes
cue eval

Use module

git subrepo clone git@github.com:abc-dp/kue.git kubernetes/cue.mod/pkg/github.com/abc-dp/kue
git subrepo pull kubernetes/cue.mod/pkg/github.com/abc-dp/kue
git subrepo push kubernetes/cue.mod/pkg/github.com/abc-dp/kue

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors