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
As an admin,
Post being notified from the CLI on a new release of Proctor CLI, users can update proctor from the CLI itself. Example: proctor update <version(optional)>
proctor update <version(optional)>
The text was updated successfully, but these errors were encountered:
Hey, I'm planning a similar feature for one of my clis. Do you already have an idea how you want to approach it?
Sorry, something went wrong.
@ppwfx No ideas yet.
Currently we have installation using homebrew (link: https://github.com/gojek/homebrew-gojek/blob/master/Formula/proctor.rb) and brew upgrade proctor works for us.
brew upgrade proctor
We were planning to take inspiration from gcloud CLI for accomplishing this
Interesting cheers! I also stumbled upon https://github.com/rhysd/go-github-selfupdate in the meantime
No branches or pull requests
As an admin,
Post being notified from the CLI on a new release of Proctor CLI, users can update proctor from the CLI itself. Example:
proctor update <version(optional)>
The text was updated successfully, but these errors were encountered: