1.0.0 • Published 6 years ago
@squeezer/travis-github v1.0.0
travis-github
This package provides a CLI to easily post comments to GitHub from a Travis CI build process.
Installation
npm install -g @squeezer/travis-github
Usage
Usage:
travis-github --title "Title of the comment" --body "body of the comment"
Options:
-t, --title The title of the comment [string] [required]
-b, --body The body of the comment [string] [required]
-r, --replace If previous comments should be removed and a new added[boolean]
-f, --fail Return an error code if adding a comment fails [boolean]
--version Show version number [boolean]
--help Show help [boolean]
Examples:
travis-github --title "Deployed" --body "example.org"