nexus-cli icon indicating copy to clipboard operation
nexus-cli copied to clipboard

[Feature Request] Allow to add more than one tag at once

Open aledeg opened this issue 7 years ago • 1 comments

I would like to do something like

nexus-cli image delete --name foo/bar --tag 1.1 --tag 1.2 --tag 1.3

or like

nexus-cli image delete --name foo/bar --tags 1.1,1.2,1.3

aledeg avatar May 11 '18 12:05 aledeg

I have a PR for this feature request.

omerkarabacak avatar Sep 18 '18 13:09 omerkarabacak