feat(gatsby-cli): show update notification with gatsby --version #21940
Replies: 3 comments
-
Originally posted by @pieh in #21989 (comment) |
Beta Was this translation helpful? Give feedback.
-
Hiya! This issue has gone quiet. Spooky quiet. 👻 We get a lot of issues, so we currently close issues after 30 days of inactivity. It’s been at least 20 days since the last update here. Thanks for being a part of the Gatsby community! 💪💜 |
Beta Was this translation helpful? Give feedback.
-
Hey again! It’s been 30 days since anything happened on this issue, so our friendly neighborhood robot (that’s me!) is going to close it. Thanks again for being part of the Gatsby community! 💪💜 |
Beta Was this translation helpful? Give feedback.
-
Summary
the gatsby command should also print the update notification
Basic example
when i run
gatsby develop
i get an update notificationi would be nice to see this update info also after
gatsby --version
$ gatsby develop Something is already running at port 8000 ╭───────────────────────────────────────╮ │ │ │ Update available 2.8.13 → 2.9.0 │ │ Run yarn add gatsby-cli to update │ │ │ ╰───────────────────────────────────────╯ $ gatsby --version Gatsby CLI version: 2.8.13 Gatsby version: 2.15.12 Note: this is the Gatsby version for the site at: /Users/muescha/Work/gatsby/github/pr/test
Motivation
if i check the version it would be nice also to see if there any updates available
Beta Was this translation helpful? Give feedback.
All reactions