abhishekkr/ci-go-nfo

View on GitHub
README

Summary

Maintainability
Test Coverage
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+  //^^  =||=        //^^^   //^\\       |\\ || ||^^  //^\\  +
+ ||      ||    []  ||  ==; ||   ||  []  ||\\|| ||== ||   || +
+  \\++  =||=        \\++//  \\+//       || \\| ||    \\+//  +
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
# 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
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++