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

Nexus CLI for Docker Registry v2 🐳

Results 43 nexus-cli issues
Sort by recently updated
recently updated
newest added

vitaliebrinza:nexus vitalieb$ ./nexus-cli -v Nexus CLI version 1.0.0-beta vitaliebrinza:nexus vitalieb$ ./nexus-cli configure Enter Nexus Host: https://artefacts3.domain:8084 Enter Nexus Repository Name: company Enter Nexus Username: admin Enter Nexus Password: password gives...

I had registry with 190 tags for image, tags were generated automagically and images were pushed with incremented version number from 1 to 190. ``` nexus@reg:~$ ./nexus-cli image tags -n...

Hello! Thanks for nexus-cli. I try add nexus-cli to https://github.com/devops-works/binenv But project dont have binary release. Please create binary release.

I've already configured nexus host name password. And try this ./nexus-cli image ls 404

The build for linux suffer of problem detailed in this [StackOverflow](https://stackoverflow.com/questions/36279253/go-compiled-binary-wont-run-in-an-alpine-docker-container-on-ubuntu-host) question.

If my image tag is like this, the order of deleting tags seems to be problematic ![image](https://user-images.githubusercontent.com/23411395/56631449-ed568800-6687-11e9-9658-f533fd50cfcb.png)

I configure all. And when i want to get image list, it shows me that images count - 0. I tried to use different repository name, like `docker` `docker-private` `docker-group`,...

I'm cleaning up a nexus repo after a massive coding effort that generated many images, manifests and tags. Since I made the mistake of using a single docker-hosted repo for...

### Description Add semver sort option when listing tags as well as when using the keep flag when deleting. This ways it is possible to retain the last X versions....