We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92d095f commit 2ed0979Copy full SHA for 2ed0979
1 file changed
README.md
@@ -76,6 +76,18 @@ $ nexus-cli image info -name mlabouardy/nginx -tag 1.2.0
76
$ nexus-cli image delete -name mlabouardy/nginx -tag 1.2.0
77
```
78
79
+```
80
+$ nexus-cli image tags -name mlabouardy/nginx -v -e v1 -e latest
81
82
+
83
84
+$ nexus-cli image tags -name mlabouardy/nginx -e 1.2
85
86
87
88
+$ nexus-cli image delete -name mlabouardy/nginx -e '!feature'
89
90
91
92
$ nexus-cli image delete -name mlabouardy/nginx -keep 4
93
0 commit comments