GitXplorerGitXplorer
k

goship-cli

public
2 stars
1 forks
0 issues

Commits

List of commits on branch master.
Unverified
f31413f6a55d6aa8698154f21dea13f61394a9a0

Fetch commit ids and other meta. Shorter config

kkirs committed 11 years ago
Unverified
5f3ce682686b43e54c5e8d86789f2989b727c168

Minor

kkirs committed 11 years ago
Unverified
8e26d6497fcd4d72daeb48a7e91450e463c8df6b

Better documentation and CLI code

kkirs committed 11 years ago
Unverified
39f9ccfdd619e3c2f8df46dab4884350dc793b64

Minor readme typo

kkirs committed 11 years ago
Unverified
8adc42ffb4aa1059996b950dd8762791c287b0e2

Initial commit

kkirs committed 11 years ago

README

The README file for this repository.

Goship CLI interface

Command line interface for Goship, deployment tool written in Go.

Usage

Create .goship.yml config in your app dir:

host: localhost:8000 # goship app host
project: navigator # project name
user: kirs # your nickname

And then run:

goship-cli deploy production => deploy app to production