heroku-ci/README.md

18 строки
310 B
Markdown
Исходник Обычный вид История

2016-11-07 12:46:25 +03:00
# Heroku CI CLI
The CLI plugin for Heroku CI
2016-11-07 14:26:21 +03:00
## Commands
2016-11-07 15:11:39 +03:00
`heroku ci:list`, aliased as `heroku ci`
2016-11-07 14:26:21 +03:00
Show the statuses of the most recent test runs
2016-11-07 19:25:17 +03:00
`heroku ci:info 123`
Show the status of a specific test run
2016-11-08 19:06:21 +03:00
`heroku ci:watch`
A long running command to watch test runs and report on status as they update.