cyberark / conjur-cli-go

CyberArk Conjur command line interface (Go)
Apache License 2.0
4 stars 2 forks source link

Prepare CLI for homebrew release #116

Closed szh closed 1 year ago

szh commented 1 year ago

Desired Outcome

The Conjur CLI is currently generating a homebrew .rb file upon release, but it hasn't yet been added to the https://github.com/cyberark/homebrew-tools repository so it remains unavailable for installation with homebrew. This PR simply updates the name of the generated .rb file from conjur-cli-go to conjur-cli and adds a step to the release documentation to update it in the homebrew-tools repo. Once this is merged, upon the next release of the CLI we can publish to homebrew.

Connected Issue/Story

CyberArk internal issue ID: CNJR-95

Changelog

Test coverage

Documentation

Behavior

Security

codeclimate[bot] commented 1 year ago

Code Climate has analyzed commit f01dab44 and detected 0 issues on this pull request.

The test coverage on the diff in this pull request is 100.0% (50% is the threshold).

This pull request will bring the total coverage in the repository to 81.1% (0.0% change).

View more on Code Climate.