Skip to content

An extension CLI thats provides live updates on the status of Concourse builds

License

Notifications You must be signed in to change notification settings

patrickrand/airspace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

airspace

A Concourse extension CLI that wraps fly-builds.

Requirements

  • Go 1.6+
  • ANSI terminal

Usage

$ 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-.*'
...

About

An extension CLI thats provides live updates on the status of Concourse builds

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages