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

Prompt user to update AlgoKit when new version is detected #349

Open
Loedn opened this issue Nov 12, 2023 · 2 comments · Fixed by #426
Open

Prompt user to update AlgoKit when new version is detected #349

Loedn opened this issue Nov 12, 2023 · 2 comments · Fixed by #426
Assignees
Labels
enhancement New feature or request task
Milestone

Comments

@Loedn
Copy link
Contributor

Loedn commented Nov 12, 2023

image
As highlighted by the above image, we already detect when a user is on an older version of cli, we could/should go the extra mile and:

  • prompt do you want to update AlgoKit (y/n)?
  • if yes run a pipx upgrade algokit
  • if no store the decision and prompt again on next release
@Loedn Loedn added the enhancement New feature or request label Nov 12, 2023
@robdmoore
Copy link
Contributor

Only problem with that is when it's installed with brew you can't do that. If we could detect it was installed with brew though we could issue a brew upgrade instead...

@Loedn
Copy link
Contributor Author

Loedn commented Nov 14, 2023

Possible mid way is to make the there is a new version available alert more visible

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request task
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants