1.0.0 • Published 6 years ago

@squeezer/travis-github v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
6 years ago

travis-github

npm version

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"
1.0.0

6 years ago

0.2.2

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.4

6 years ago