No commit activity in last 3 years
No release in over 3 years
A console utility to get information from your ThoughtWorks' Go Continuous Integration Server. Run '$ ci-go-nfo setup' to configure your access from console utility.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0.1.6

Runtime

>= 0.1.6
 Project Readme
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+  //^^  =||=        //^^^   //^\\       |\\ || ||^^  //^\\  +
+ ||      ||    []  ||  ==; ||   ||  []  ||\\|| ||== ||   || +
+  \\++  =||=        \\++//  \\+//       || \\| ||    \\+//  +
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
# Ci::Go::Nfo

Just a utility to get Focussed INFO about your Go CI Pipeline
easily from console itself, no more browse

## Installation
    $ gem install ci-go-nfo

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Code Climate Status:
   https://codeclimate.com/github/abhishekkr/ci-go-nfo
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

## Usage

  Ci-Go-Nfo ver.0.0.3

  to set-up credential config for your go-ci
  $ ci-go-nfo setup

  to set-up credential config for your go-ci
  $ ci-go-nfo setup

  to show go-ci info of all runs
  $ ci-go-nfo

  to show go-ci summary of total/passed/failed pipelines
  $ ci-go-nfo summary

  to show go-ci info of failed runs
  $ ci-go-nfo fail

  to show go-ci info of passed runs
  $ ci-go-nfo pass
  _____
  .....more to come

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

## Contributing

1. Fork it git@github.com:abhishekkr/ci-go-nfo.git
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Added some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++