A python-based CLI for Sonatype Nexus OSS 3
Project description
nexus3-cli
A python-based CLI for Sonatype's Nexus OSS 3
Usage
$ pip install nexus3-cli
$ docker run -d --rm -p 8081:8081 sonatype/nexus3
# (wait for nexus to start-up)
$ nexus3 repo list
Name Format Type URL
---- ------ ---- ---
maven-snapshots maven2 hosted http://localhost:8081/repository/maven-snapshots
maven-central maven2 proxy http://localhost:8081/repository/maven-central
nuget-group nuget group http://localhost:8081/repository/nuget-group
nuget.org-proxy nuget proxy http://localhost:8081/repository/nuget.org-proxy
maven-releases maven2 hosted http://localhost:8081/repository/maven-releases
nuget-hosted nuget hosted http://localhost:8081/repository/nuget-hosted
maven-public maven2 group http://localhost:8081/repository/maven-public
$ nexus3 repo create hosted yum my-yum-repository --write=deny
Created repository: my-yum-repository
$ nexus3 repo list | grep my-yum-repository
Name Format Type URL
---- ------ ---- ---
my-yum-repository yum hosted http://localhost:8081/repository/my-yum-repository
For all commands and options, run nexus3 -h
.
To do
- Finish writing unit tests
- Refactor so this can be used as a library
- Support for upload/download
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
nexus3-cli-0.2.0.tar.gz
(7.2 kB
view hashes)
Built Distribution
Close
Hashes for nexus3_cli-0.2.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7a7bd7b8b7f81599ebeca471e5055477005f6f642e533f6e1d1cdf18458cda65 |
|
MD5 | a3c7ac70a6a79674b9bb7f4abba14382 |
|
BLAKE2b-256 | 00f8580615d1fb8468690bd036d99f0a358c8f386a543cbe03eaebc6412bf5db |