【发布时间】:2015-06-24 15:12:25
【问题描述】:
熟悉heroku fork语法:heroku fork -a sourceapp targetapp
所以我尝试 RTM:
$ heroku help fork
Usage: heroku fork [NEWNAME]
Fork an existing app -- copy config vars and Heroku Postgres data, and re-provision add-ons to a new app.
New app name should not be an existing app. The new app will be created as part of the forking process.
-s, --stack STACK # specify a stack for the new app
--region REGION # specify a region
没有提到-a 标志。这是做什么的?总是需要吗?
【问题讨论】: