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
{{ message }}
This repository has been archived by the owner on Apr 25, 2019. It is now read-only.
On start of CLI we should check for updates, rather than the prompt that appears after the command has ran and started reaction. This would help with common version related errors to be reported less often -> it's very common for the update message to be ignored (gasp).
One approach:
If there is an update, block the remaining process with prompt:
Update to CLI required, exit now and update? Y/n".
where Yes is the default.
The text was updated successfully, but these errors were encountered:
On start of CLI we should check for updates, rather than the prompt that appears after the command has ran and started reaction. This would help with common version related errors to be reported less often -> it's very common for the update message to be ignored (gasp).
One approach:
If there is an update, block the remaining process with prompt:
where Yes is the default.
The text was updated successfully, but these errors were encountered: