Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/securingsincity/branch-releaser

Command line tool for doing git branch based deployments
https://github.com/securingsincity/branch-releaser

Last synced: about 12 hours ago
JSON representation

Command line tool for doing git branch based deployments

Awesome Lists containing this project

README

        

# branch-releaser
Command line tool for doing git branch based deployments

## Install
install [go](https://golang.org/doc/install) and set your GOPATH

`go get github.com/securingsincity/branch-releaser`

`cd $GOPATH/src/github.com/securingsincity/branch-releaser`

`go install`

## Usage
```
NAME:
branch-release - Ship it!

USAGE:
branch-release [global options] command [command options] [arguments...]

VERSION:
0.0.0

COMMANDS:
help, h Shows a list of commands or help for one command

GLOBAL OPTIONS:
-b "branch" branch to release
--help, -h show help
--version, -v print the version