Skip to content

buccolo/circlex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Circlex

Installation

Download and compile via mix. (You might need to update your Elixir to 1.4+)

mix escript.install github buccolo/circlex

Usage

Make sure you have ~/.mix/escripts in your $PATH.

Create your API token on https://circleci.com/account/api.

You will need to expose it on the CIRCLECI_TOKEN environment variable.

Check

Returns the current status of a project in the given branch.

$ circlex check organization/project branch
fixed

Watch

Monitors the build and notifies when the status change. Currently, it displays notifications through AppleScript only.

$ circlex watch organization/project branch
Watching organization/project on branch branch
.
.
.
.
.

Releases

No releases published

Packages

No packages published

Languages