如何在heroku中停止控制台进程

时间:2012-06-08 10:05:08

标签: ruby heroku console

我正在使用ps:停止,但这不起作用。

有人知道他们最近是否更新过?

谢谢!

M-MacBook-Pro:SN m$ heroku ps
Process       State               Command
------------  ------------------  ------------------------------
run.5         up for 17h          rails c
web.1         up for 1h           bundle exec rails server -p $PORT
web.2         up for 1h           bundle exec rails server -p $PORT
worker.1      up for 1h           bundle exec rake jobs:work
M-MacBook-Pro:SN m$ heroku ps:stop run.5
 !   ps:stop is not a heroku command. See 'heroku help'.

1 个答案:

答案 0 :(得分:1)

听起来你可能正在使用旧版本的Heroku CLI,我可以确保你是最新的,以便能够使用heroku ps命令