LoginSignup
0
0

More than 3 years have passed since last update.

グローバルにインストールした kintone-cli を最新版にアップデートする

Posted at

グローバルにインストールした kintone-cli をアップデートする際のメモです。

グローバル一覧を確認

$ npm ls -g | grep kintone-cli
├─┬ kintone-cli@0.1.0 (git://github.com/kintone/kintone-cli.git#2029fbd72e2d9c295267e80e0a6a9f7ca718aa33)

古くなっているパッケージの確認

$ npm -g outdated
Package            Current  Wanted  Latest  Location
kintone-cli          0.1.0     git     git  global

アップデート実行

$ npm update -g kintone-cli

バージョン確認

$ kintone-cli -V
0.1.5

参考

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0