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
What are you trying to do?
When Jake runs, it should check to see if a newer version of Jake has been released. If a new release exists, prompt the user to upgrade to the latest release. The prompt should include a command to perform the upgrade, e.g. pip install jake --upgrade
When Jake runs, it should check to see if a newer version of Jake has been released. If a new release exists, prompt the user to upgrade to the latest release. The prompt should include a command to perform the upgrade, e.g.
pip install jake --upgrade
some learnings from similar efforts:
and skip update check features nancy#218
The ability to skip the check when a given ENV VAR is set is also useful in CI systems.
cc @bhamail / @DarthHater
The text was updated successfully, but these errors were encountered: