We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I install kyt with the command npm install -g kyt-cli. How do I check which Version of kyt is currently used and how do I run an update?
The text was updated successfully, but these errors were encountered:
hey @joergklein, to see what you have installed, you can use npm ls - so maybe something like:
npm ls
npm ls -g --depth=0 | grep kyt-cli
adding a -v or --version flag to kyt-cli isn't a bad idea, I'll create an issue for that.
-v
--version
kyt-cli
to update it (or any package), use npm update
npm update
npm update -g kyt-cli # will update to latest version
Sorry, something went wrong.
closing in favor of #491, but let me know if you have any other questions :)
No branches or pull requests
I install kyt with the command npm install -g kyt-cli. How do I check which Version of kyt is currently used and how do I run an update?
The text was updated successfully, but these errors were encountered: