Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 1.06 KB

README.md

File metadata and controls

40 lines (25 loc) · 1.06 KB

Codeship Status for emaincourt/codeship-cli

 codeship-cli

Description

This CLI tends to be a small tool for monitoring builds on Codeship without need to use the web interface, for efficiency purpose.

Installation

go get github.com/emaincourt/codeship-cli

Usage

There are currently two ways to provide your Codeship credentials :

From env vars :

  • CODESHIP_USERNAME
  • CODESHIP_PASSWORD

From flags :

  • --username
  • --password

Flags will always be prevalent on env vars

Keep in mind that it is currently not possible to use 2FA with Codeship's API.

Then you can run :

codeship-cli --org=<YOUR_ORGANIZATION_NAME>