Replies: 3 comments
-
Great idea. The usual way to check version would be |
Beta Was this translation helpful? Give feedback.
-
This has been implemented! Released in https://github.com/dhleong/playactor/releases/tag/0.3.0; see #27 for details. |
Beta Was this translation helpful? Give feedback.
-
@dhleong, I am late in seeing your comment and responding, but I wanted to thank you for adding this feature. As always, your efforts with playactor are greatly appreciated! |
Beta Was this translation helpful? Give feedback.
-
It would be great if
version
was added as a playactor<subcommand>
and feature.Example:
playactor version
Result:
playactor v0.2.2
––––––––––
It would be even better if it knew (and indicated) if you are running the latest or an outdated release.
Result (latest):
playactor v0.2.2 (latest)
Result (outdated):
playactor v0.2.1 (outdated)
Latest version: v0.2.2
To update, run: npm install -g playactor
––––––––––
It would be best if it also linked the latest version (to easily/quickly view release notes before updating).
Result (outdated w/ latest version link):
playactor v0.2.1 (outdated)
Latest version:
v0.2.2
To update, run: npm install -g playactor
Beta Was this translation helpful? Give feedback.
All reactions