All Projects → mlabouardy → Nexus Cli

mlabouardy / Nexus Cli

Licence: mit
Nexus CLI for Docker Registry v2 🐳

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to Nexus Cli

Pixterm
Draw images in your ANSI terminal with true color
Stars: ✭ 782 (+231.36%)
Mutual labels:  cli, image
Imagecli
A command line image processing tool
Stars: ✭ 242 (+2.54%)
Mutual labels:  cli, image
Reg
Docker registry v2 command line client and repo listing generator with security checks.
Stars: ✭ 1,485 (+529.24%)
Mutual labels:  cli, docker-registry
Imgcat
It's like cat, but for images.
Stars: ✭ 577 (+144.49%)
Mutual labels:  cli, image
Docker registry cli
Docker Registry CLI - Provides search functionality for Docker Registry (UI and CLI)
Stars: ✭ 48 (-79.66%)
Mutual labels:  cli, docker-registry
Png To Ico
convert png to ico format
Stars: ✭ 88 (-62.71%)
Mutual labels:  cli, image
Hub Tool
🧪 Docker Hub experimental CLI tool
Stars: ✭ 147 (-37.71%)
Mutual labels:  cli, image
Bombardier
Fast cross-platform HTTP benchmarking tool written in Go
Stars: ✭ 2,952 (+1150.85%)
Mutual labels:  cli
Serve
a static http server anywhere you need one.
Stars: ✭ 233 (-1.27%)
Mutual labels:  cli
Jimagehash
Perceptual image hashing library used to match similar images
Stars: ✭ 228 (-3.39%)
Mutual labels:  image
Gomi
🗑️ Replacement for UNIX rm command!
Stars: ✭ 229 (-2.97%)
Mutual labels:  cli
Docker Registry Ui
Docker Registry UI
Stars: ✭ 233 (-1.27%)
Mutual labels:  docker-registry
Terminal Image Cli
Display images in the terminal
Stars: ✭ 234 (-0.85%)
Mutual labels:  image
Git Deps
git commit dependency analysis tool
Stars: ✭ 232 (-1.69%)
Mutual labels:  cli
Wapm Cli
📦 WebAssembly Package Manager (CLI)
Stars: ✭ 236 (+0%)
Mutual labels:  cli
Wpk
a friendly, intuitive & intelligent CLI for webpack
Stars: ✭ 232 (-1.69%)
Mutual labels:  cli
Clj.native Image
Build GraalVM native images with Clojure Deps and CLI tools
Stars: ✭ 236 (+0%)
Mutual labels:  cli
Ncpamixer
ncurses PulseAudio Mixer
Stars: ✭ 234 (-0.85%)
Mutual labels:  cli
Imagecow
PHP library to manipulate and generate responsive images
Stars: ✭ 234 (-0.85%)
Mutual labels:  image
Ace
Node.js framework for creating command line applications
Stars: ✭ 233 (-1.27%)
Mutual labels:  cli

CircleCI MIT License

Nexus CLI for Docker Registry

Usage

Download

Below are the available downloads for the latest version of Nexus CLI (1.0.0-beta). Please download the proper package for your operating system and architecture.

Linux:

wget https://s3.eu-west-2.amazonaws.com/nexus-cli/1.0.0-beta/linux/nexus-cli

Windows:

wget https://s3.eu-west-2.amazonaws.com/nexus-cli/1.0.0-beta/windows/nexus-cli

Mac OS X:

wget https://s3.eu-west-2.amazonaws.com/nexus-cli/1.0.0-beta/osx/nexus-cli

OpenBSD:

wget https://s3.eu-west-2.amazonaws.com/nexus-cli/1.0.0-beta/openbsd/nexus-cli

FreeBSD:

wget https://s3.eu-west-2.amazonaws.com/nexus-cli/1.0.0-beta/freebsd/nexus-cli

Installation

To install the library and command line program, use the following:

go get -u github.com/mlabouardy/nexus-cli

Available Commands

$ nexus-cli configure
$ nexus-cli image ls
$ nexus-cli image tags -name mlabouardy/nginx
$ nexus-cli image info -name mlabouardy/nginx -tag 1.2.0
$ nexus-cli image delete -name mlabouardy/nginx -tag 1.2.0
$ nexus-cli image delete -name mlabouardy/nginx -keep 4
$ nexus-cli image size -name mlabouardy/nginx

Tutorials

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].