We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
Add CLI binaries as part of the releases would enable others to use CLI along with the github actions.
building CLI using go get/go install.
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: