34
32

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Heroku コマンド を最新バージョンにアップデートする方法

Posted at

$ heroku -v行うと以下のようなワーニングが出ました。対処法をメモしておきます。

qiita.rb
Warning: heroku update available from 7.19.4 to 7.22.2

「Herokuのバージョンが古いからアップデートしてね」ということらしい。

heroku updateコマンドでアップデートを実行した。

qiita.rb
$heroku update

これでokかと思いきや

qiita.rb
heroku-cli: Updating CLI... not updatable

え、アップデートできない、、、
ってことで、herokuの再インストールを実行した。

qiita.rb
source <(curl -sL https://cdn.learnenough.com/heroku_install)

これでもう一度$ heroku -v を実行すると無事完了。

qiita.rb
heroku/7.22.9 linux-x64 node-v11.10.1
34
32
1

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
34
32

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?