You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice to be able to get the version of the binary through a flag eg. crd-ref-docs --version. We rely on doing this in order to ensure that our team uses the right versions of binaries. We would like to be able to do something like this in our Makefile:
This make target will download the binary and install it in ./tools/bin if it doesn't exist or the version doesn't match what we have in the go module in ./tools/go.mod.
The text was updated successfully, but these errors were encountered:
It would be nice to be able to get the version of the binary through a flag eg.
crd-ref-docs --version
. We rely on doing this in order to ensure that our team uses the right versions of binaries. We would like to be able to do something like this in our Makefile:This make target will download the binary and install it in
./tools/bin
if it doesn't exist or the version doesn't match what we have in the go module in./tools/go.mod
.The text was updated successfully, but these errors were encountered: