Skip to content
This repository has been archived by the owner on Feb 21, 2018. It is now read-only.

testpilot/testpilot-gem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TestPilot CI Command Line Interface

This gem is used to setup projects from the command line, trigger builds, run the interactive build environment, and access worker instances to debug issues.

Installation

Add this line to your application's Gemfile:

gem 'testpilot'

And then execute:

$ bundle

Or install it yourself as:

$ gem install testpilot

Usage

  1. Signup for a TestPilot CI account at testpilot.me/join
  2. Run testpilot setup where we will ask for your username and password to authenticate you against future requests. Your authentication token will be stored in ~/.testpilot
  3. Coming soon

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b feature/my-new-awesomeness)
  3. Commit your changes (git commit -am 'Added some feature')
  4. Push to the branch (git push origin feature/my-new-awesomeness)
  5. Create new Pull Request