A CLI for Empire.
$ go get -u github.com/remind101/emp
The basic usage of emp is:
Usage: EMPIRE_API_URL=<empire api> emp <command> [-a app] [options] [arguments]
emp requires Go 1.2 or later and uses Godep to manage dependencies.
$ cd emp
$ vim main.go
$ godep go build
$ ./emp apps
Please follow the contribution guidelines before submitting a pull request.