@mogesang/nexus-cli
v1.1.6
Published
CLI for governing Nexus Repository 3.76 guest/anonymous access
Maintainers
Readme
@mogesang/nexus-cli
A CLI for governing Nexus Repository 3.76 guest / anonymous access.
This npm package is a thin wrapper: on install it downloads the prebuilt Go
binary for your platform from GitHub Releases and exposes it as nexus-cli.
The source and full documentation live at
https://github.com/mogesangop/nexus-cli.
Install
npm i -g @mogesang/nexus-cli
nexus-cli --helpOr one-off:
npx @mogesang/nexus-cli --helpSupported platforms: linux / macOS / Windows on x64 / arm64.
Why an npm package for a Go binary?
So teams that already manage tooling through npm (CI images, devcontainers)
can install nexus-cli alongside their other dev tools without a separate
download step or a Homebrew/RPM dependency.
