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
- Host: GitHub
- URL: https://github.com/buccolo/circlex
- Owner: buccolo
- Created: 2017-01-31T15:10:53.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-16T02:17:00.000Z (over 9 years ago)
- Last Synced: 2026-02-01T06:57:08.864Z (5 months ago)
- Topics: circle-ci, circleci, circlex, devtools, elixir
- Language: Elixir
- Homepage:
- Size: 2.5 MB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
.
.
.
.
.
```
