stefanprodan / timoni

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

Refactor `timoni bundle delete` #213

Closed stefanprodan closed 1 year ago

stefanprodan commented 1 year ago

Simplify the delete command to timoni bundle delete <name> and deprecate the --name flag.

When deleting a bundle by referring to a file with timoni bundle delete -f bundle.cue, the name is extracted from the file without parsing the instances or any other fields.

Add allis to timoni bundle uninstall.

The --namespace flag is now ignored and the -A flag was removed (⚠️ breaking change).