"=11=" "=10="

heroku pg:psql "no app specified"

我正在尝试使用常用命令 heroku pg:psql 访问我的 Heroku 数据库,但我得到:

 !    No app specified.
 !    Run this command from an app folder or specify which app to use with --app <app name>

虽然我是运行它来自app文件夹。如果我尝试 heroku pg:psql --app APPNAME 我得到:

Resource not found

最近有什么变化吗?

好的,我只需要更新我的 heroku 工具带。