0

How can I get heroku stack of the app for which buildpack is being executed. I would like to invalidate the caches, if the stack has been changed since last build. Example usecase: Apps migrating to the Celadon Cedar-14 Stack.

4

1 に答える 1

0

それは古い質問ですが、ここに答えがあります。heroku toolbet がインストールされている app フォルダーから次のコマンドを実行するだけです。

$ heroku stack --app your-heroku-app-name

ドキュメントは次のとおりです: https://devcenter.heroku.com/articles/stack

于 2015-12-04T14:44:19.910 に答える