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).
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).