stefanprodan / timoni

Timoni is a package manager for Kubernetes, powered by CUE and inspired by Helm.
https://timoni.sh
Apache License 2.0
1.53k stars 68 forks source link

doc/fix cue command parameter order #326

Closed fberube closed 8 months ago

fberube commented 8 months ago

fix the parameter order from: cue import /path/to/manifests.yaml -o -f templates/manifests.cue -p templates -l 'strings.ToLower(kind)' -l 'metadata.name' to cue import /path/to/manifests.yaml -f -o templates/manifests.cue -p templates -l 'strings.ToLower(kind)' -l 'metadata.name'