CLI plugin for Heroku CI
Перейти к файлу
Andrew Appleton 93e984f60c
Global setup/teardown of nock
2016-11-09 15:28:33 +00:00
commands/ci Unstrict all the things from the last commit 2016-11-09 13:33:28 +00:00
lib More consistent output for test runs, test fix 2016-11-09 15:28:14 +00:00
test Global setup/teardown of nock 2016-11-09 15:28:33 +00:00
.gitignore Add .gitignore 2016-11-07 15:23:53 +01:00
README.md Add last command to README 2016-11-09 13:33:27 +00:00
index.js Initial commit 2016-11-07 09:44:49 +00:00
package.json Update list test to use stdMocks 2016-11-09 15:27:53 +00:00

README.md

Heroku CI CLI

Heroku CI Status

The CLI plugin for Heroku CI

Commands

heroku ci:list, aliased as heroku ci

Show the statuses of the most recent test runs. Add the -w or --watch flag to keep the session running and listen for updates.

heroku ci:info 123

Show the status of a specific test run

heroku ci:last

Show the status of the last test run