Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何获取正在执行 buildpack 的应用程序的 heroku 堆栈。如果堆栈自上次构建以来已更改,我想使缓存无效。示例用例:迁移到 Celadon Cedar-14 堆栈的应用程序。
这是一个老问题,但这是答案。只需在安装了 heroku toolbet 的 app 文件夹中运行以下命令。
$ heroku stack --app your-heroku-app-name
这是文档:https ://devcenter.heroku.com/articles/stack