An open API service indexing awesome lists of open source software.

https://github.com/buccolo/circlex

Monitors CircleCI builds
https://github.com/buccolo/circlex

circle-ci circleci circlex devtools elixir

Last synced: 4 months ago
JSON representation

Monitors CircleCI builds

Awesome Lists containing this project

README

          

# 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
.
.
.
.
.
```

![](http://i.imgur.com/dA7R7oJ.png)