Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Distribute go-apidiff as CLI #38

Closed
wtrocki opened this issue Oct 3, 2023 · 1 comment
Closed

Distribute go-apidiff as CLI #38

wtrocki opened this issue Oct 3, 2023 · 1 comment

Comments

@wtrocki
Copy link
Contributor

wtrocki commented Oct 3, 2023

go-apidiff acts as github actions but it also provides very nice CLI.
Github action is very specific and doesn't enable much customization in place.

See: #32

Proposal

Add CLI binaries as part of the releases would enable others to use CLI along with the github actions.

Alternatives

building CLI using go get/go install.

@joelanford
Copy link
Owner

See https://github.com/joelanford/go-apidiff#local-installation for instructions on installing locally to use as a CLI.

Lots of go-apidiff users are already going this route, e.g. if they use a CI tool other than GitHub actions.

I'd rather not maintain build/release tooling to support pre-built binaries since the "go install" method is so robust.

@wtrocki wtrocki closed this as completed Oct 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants