This CLI tends to be a small tool for monitoring builds on Codeship without need to use the web interface, for efficiency purpose.
go get github.com/emaincourt/codeship-cli
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>