helm-nexus-push icon indicating copy to clipboard operation
helm-nexus-push copied to clipboard

support delete

Open survivant opened this issue 2 years ago • 0 comments

added delete option.

it's now possible to remove artifact from Nexus repository

To remove the the chart from a path

helm nexus-push nexus delete .

or to remove a specific version

helm nexus-push nexus delete -d artifact-0.0.1.tgz

survivant avatar May 05 '22 14:05 survivant