Is there a way to delete the last published tag/app when using ./viktor-cli describe APP-NAME ?
Hi Enrique,
Thanks for posting on the forum.
As far as I know, thatβs currently not possible. The best thing you could do is checkout the desired tag on your local repo and re-publish it using the publish command. Since it is not yet possible to delete deployed tags, you can, for example, use a suffix: βv1.0.0β β βv1.0.0-2β.
2 Likes
Hi enrique,
can you tell a bit about your usecase? why would you like to remove the tag?
I wanted to delete it because it was forcing us to give a new tag to our repository before uploading very small changes. But I think we are just going to use the solution from Bas.