A Concourse extension CLI that wraps fly-builds.
- Go 1.6+
- ANSI terminal
$ go get github.com/patrickrand/airspace
$ airspace --help
Usage of ./airspace:
-c int
count (default 10)
-p string
pipeline/job regex
-t string
target (default "local")
$ airspace -t dev -c 10 -p 'feature-.*'
...