文件名称:heroku-exit-status:扩展heroku客户端以返回真实的退出状态
文件大小:2KB
文件格式:ZIP
更新时间:2024-06-09 03:50:38
Ruby
Heroku退出状态 使heroku命令返回一次性dyno进程的退出状态。 安装 $ heroku plugins:install https://github.com/glenngillen/heroku-exit-status.git 用法 heroku run使用heroku run $ heroku run ls Running `ls` attached to terminal... up, run.1 app bin config config.ru db doc Gemfile Gemfile.lock lib log Procfile public Rakefile script server test tmp vendor $ echo $? 0 $ heroku run no-such-command Running `no-su
【文件预览】:
heroku-exit-status-master
----init.rb(64B)
----Gemfile(92B)
----lib()
--------heroku()
----README.md(1KB)