stefanprodan / timoni

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

`timoni mod vet` Name #269

Closed Nalum closed 8 months ago

Nalum commented 9 months ago

Should timoni mod vet also accept a name for use in @tag(name), there is a --namespace flag but nothing to allow setting name.

stefanprodan commented 9 months ago

We could add --name that defaults to default and map both the name and namespace arg to the underlying build command. Would you want to contribute this feature?

Nalum commented 9 months ago

Yeah, I can look at doing this :+1: