anthonymayer / emp

Command line interface for Empire

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Command line interface for Empire

License:Other


Languages

Language:Go 100.0%