google / oauth2l

oauth2l ("oauth tool") is a simple CLI for interacting with Google API authentication.
Apache License 2.0
643 stars 81 forks source link

Update Instructions for Pre-compiled Binaries #83

Closed andyrzhao closed 4 years ago

andyrzhao commented 4 years ago

The instructions at https://github.com/google/oauth2l#pre-compiled-binaries does not work as written. It appears that we do not actually have any binaries for specific tags (i.e. 1.0.1). The only tag that works is "latest" (i.e. https://storage.googleapis.com/oauth2l/latest/darwin_amd64.tgz).

So we should either update the instructions to refer to "latest", or generate binaries for specific tags.

sethvargo commented 4 years ago

Ah sorry. I should have explained better. It will be any tag created in the future. If you tag 1.0.2, it will build. There was no auto-build-publish configured when Shin created 1.0.1.

I think we can update the README to say "starting with 1.0.2" and then tag a new release. What do you think @andyrzhao @shinfan?

andyrzhao commented 4 years ago

Is it easy to retroactively publish 1.0.1? If not, then we should update the README and tag a new release like you suggested. Also, I think it's more user-friendly to just put "latest" instead of "1.2.3" in the example download paths - I doubt most people would have a need to dig up an older version. Thanks!

sethvargo commented 4 years ago

I tagged 1.0.2 😄