Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/securingsincity/branch-releaser
- Owner: securingsincity
- Created: 2015-10-15T00:06:33.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-24T03:49:54.000Z (about 9 years ago)
- Last Synced: 2024-11-08T02:10:17.715Z (about 2 months ago)
- Language: Go
- Size: 184 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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