2017-07-03 27 views
1

每次我進入 英勇更新 我得到這個下面的消息Heroku的:這是傳統的CLI錯誤

This is the legacy Heroku CLI. Please install the new CLI from https://cli.heroku.com 
heroku-cli: Updating CLI... already on latest version: 6.12.0-a504409 
heroku-cli: Updating plugins... done 
! `heroku update` is only available from Heroku Toolbelt. 
! Download and install from https://toolbelt.heroku.com 

但我沒有點擊鏈接,並重新安裝它,當我再試試,同樣的消息彈出。我應該如何解決這個問題?

回答

0

嘗試將HEROKU_DEBUG = 1添加到命令中,它會告訴它有任何問題。

您也可以嘗試使用DEBUG = *來查看更詳細的命令輸出。

錯誤日誌文件存儲在

MacOS ~/Library/Caches/heroku/error.log Windows %LOCALAPPDATA%\heroku\error.log Linux/Other ~/.cache/heroku/error.log (or XDG_CACHE_HOME if set)

參考https://devcenter.heroku.com/articles/heroku-cli#troubleshooting