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

Create way to self update CLI tool #59

Open
tgadam opened this issue Jul 1, 2022 · 3 comments
Open

Create way to self update CLI tool #59

tgadam opened this issue Jul 1, 2022 · 3 comments

Comments

@tgadam
Copy link
Contributor

tgadam commented Jul 1, 2022

Create way to self update CLI tool by querying GitHub repo releases for latest version and downloading and replacing existing exe. Depends on #58

@tgadam tgadam assigned tnrich and unassigned ccwilson and tgadam Jul 29, 2022
@tnrich
Copy link
Contributor

tnrich commented Aug 17, 2022

I'm imagining that a possible way to do this would be to add a self-update check each time the CLI tool is ran to first see if there is a more recent version that should be getting used instead (kind of like brew on a mac). This could add a slight delay to the command and also would mean that having internet access might be required for running the CLI tool.

@tgadam
Copy link
Contributor Author

tgadam commented Aug 23, 2022

I think it's fine to require internet access to check for updates as long as we make that auto checking for updates a preference users can configure.

@eabeliuk
Copy link
Contributor

OClif provides some functionality to update the corresponding installation package. As soon as we have the basic tooling to install packages, we might explore implementing this. For now, it has low priority.

@tnrich tnrich removed their assignment Apr 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

4 participants