{"id":21303088,"url":"https://github.com/bzon/nexus-cli","last_synced_at":"2025-03-15T18:45:54.915Z","repository":{"id":141940551,"uuid":"122819345","full_name":"bzon/nexus-cli","owner":"bzon","description":null,"archived":false,"fork":false,"pushed_at":"2018-04-27T23:50:25.000Z","size":40,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-22T08:28:31.448Z","etag":null,"topics":["devops","golang","nexus","nexus-cli"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bzon.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-02-25T08:44:53.000Z","updated_at":"2018-04-27T23:50:27.000Z","dependencies_parsed_at":null,"dependency_job_id":"125fe4dc-2a17-46e7-bc38-f38b64bd291a","html_url":"https://github.com/bzon/nexus-cli","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bzon%2Fnexus-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bzon%2Fnexus-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bzon%2Fnexus-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bzon%2Fnexus-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bzon","download_url":"https://codeload.github.com/bzon/nexus-cli/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243776695,"owners_count":20346353,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["devops","golang","nexus","nexus-cli"],"created_at":"2024-11-21T15:58:51.910Z","updated_at":"2025-03-15T18:45:54.910Z","avatar_url":"https://github.com/bzon.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Nexus CLI\n\n## Building\n\n```bash\nmake all_os\n```\n\n## Installation\n\nDownload the latest [release](https://github.com/bzon/nexus-cli/releases) to any directory in your system. Rename it as `nexus-cli` or for Windows, `nexus-cli.exe`.\n\nRun it as `nexus-cli --help` or `nexus-cli.exe --help`.\n\n## Usage\n\nEnvironment Variables to avoid using flags `-H`, `-U`, `-P` for host and authentication settings.\n\n```bash\nNEXUS_HOST=http://localhost:8081/nexus\nNEXUS_USERNAME=admin\nNEXUS_PASSWORD=admin123\n```\n\n### Downloading an Artifact\n\nUsing `download` subcommand.\n\nHelp: \n\n```bash\nnexus-cli download --help\n```\n\nUsage:\n\n```bash\nnexus-cli download -g com.example -a artifactA -p jar -v 1.0.1 -H http://localhost:8081/nexus -U admin -P admin123\n```\n\n### Downloading Multiple Artifacts\n\nUsing `multi-download` subcommand.\n\nHelp: \n\n```bash\nnexus-cli multi-download --help\n```\n\nUsage:\n\nCreate a file named 'artifacts.txt'.\n\n```bash\ncom.example:artifactA:1.0.1:jar\ncom.example:artifactB:1.0-SNAPSHOT:war\ncom.example:artifactC:LATEST:war\n```\n\n```bash\nnexus-cli multi-download -f artifacts.txt -h http://localhost:8081/nexus -U admin -P admin123\n```\n\n### Uploading an Artifact\n\nWIP\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbzon%2Fnexus-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbzon%2Fnexus-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbzon%2Fnexus-cli/lists"}