Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sonatype/homebrew-nexus-iq-cli
https://github.com/sonatype/homebrew-nexus-iq-cli
lifecycle-integrations
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sonatype/homebrew-nexus-iq-cli
- Owner: sonatype
- License: apache-2.0
- Created: 2021-04-15T18:20:03.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-04T14:56:50.000Z (4 months ago)
- Last Synced: 2024-09-05T20:27:43.663Z (4 months ago)
- Topics: lifecycle-integrations
- Language: Ruby
- Homepage:
- Size: 51.8 KB
- Stars: 2
- Watchers: 24
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# homebrew-nexus-iq-cli
## Installation
The [Sonatype Nexus IQ CLI](https://help.sonatype.com/integrations/nexus-iq-cli) can be installed
using the Homebrew package manager. Specific documentation on the parameters supported
[can be found here](https://help.sonatype.com/integrations/nexus-iq-cli#NexusIQCLI-Usage).These commands will make the installation available to Homebrew and install the
latest and greatest version to your local machine.
```
brew tap sonatype/nexus-iq-cli
brew install --cask nexus-iq-cli
```## Local Development and Testing
Once the repository is tapped by a regular installation (as above), you can locally develop and test
by updating the code in the tapped directory or by checking out other branches. Find Homebrew's clone
of the repository at `$(brew --repo)/Library/Taps/sonatype/homebrew-nexus-iq-cli`.To try local changes, reinstall the nexus-iq-cli: `brew reinstall --cask nexus-iq-cli`