Skip to content
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

Install and update kyt #490

Closed
ghost opened this issue May 25, 2017 · 2 comments
Closed

Install and update kyt #490

ghost opened this issue May 25, 2017 · 2 comments

Comments

@ghost
Copy link

ghost commented May 25, 2017

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?

@jaredmcdonald
Copy link
Contributor

hey @joergklein, to see what you have installed, you can use npm ls - so maybe something like:

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.

to update it (or any package), use npm update

npm update -g kyt-cli # will update to latest version

@jaredmcdonald
Copy link
Contributor

closing in favor of #491, but let me know if you have any other questions :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant