Should status command check for updates? #1535
Answered
by
waldekmastykarz
pschaeflein
asked this question in
General
|
I ran the status command, resulting in what I expected. I ran an Is this a bug/enhancement or as expected? Happy to create an issue if appropriate. |
Answered by
waldekmastykarz
Apr 30, 2020
Replies: 1 comment
|
Checking for updates happens on each start of the CLI before executing commands or starting the CLI in immersive mode. The package we use for checking for updates (update-notifier) also ensures that it doesn't prompt you too often, so perhaps the reason you didn't see the notification while running status but you did when running the next command was the amount of time passed since the last check. |
0 replies
Answer selected by
pschaeflein
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Checking for updates happens on each start of the CLI before executing commands or starting the CLI in immersive mode. The package we use for checking for updates (update-notifier) also ensures that it doesn't prompt you too often, so perhaps the reason you didn't see the notification while running status but you did when running the next command was the amount of time passed since the last check.