Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 671 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 671 Bytes

emp Build Status

A CLI for Empire.

Installation

$ go get -u github.com/remind101/emp

Usage

The basic usage of emp is:

Usage: EMPIRE_API_URL=<empire api> emp <command> [-a app] [options] [arguments]

Development

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.