-
-
Notifications
You must be signed in to change notification settings - Fork 197
Add warning for new versions of nativescript components #1657
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
Conversation
bf96de4
to
4a50288
Compare
ping @ikoevska for the documentation |
@@ -0,0 +1,20 @@ | |||
Info |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
info
0e04c6e
to
5bf208c
Compare
[info](info.html) | Displays version information for NativeScript CLI, core modules and runtimes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Displays version information about the NativeScript CLI, core modules, and runtimes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Apply as needed in the instances below.
7a05ee7
to
882f885
Compare
👍 but please retarget the PR to release branch |
run ci |
When executing tns doctor outside of project if the nativescript cli needs update it will print information for the available update. If tns doctor is executed in project it will check the installed runtimes versions and the nativescript core modules version and print information if an update is needed. Add tns info command to display versions information for NativeScript CLI, core modules and runtimes.
882f885
to
112ac95
Compare
Closing and retarget to release. |
When executing tns doctor outside of project if the nativescript cli needs update it will print information for the available update.
If tns doctor is executed in project it will check the installed runtimes versions and the nativescript core modules version and print information if an update is needed.
Add tns info command to display versions information for NativeScript CLI, core modules and runtimes.
Implements #1431