Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
VojtechVitek committed Nov 25, 2015
1 parent f53aff9 commit 998b4b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Stack Up

Stack Up is a simple deployment tool that performs given set of commands on multiple hosts in parallel. It reads Supfile, a YAML configuration file, which defines networks (groups of hosts), commands and targets.

$ sup <network> <target/command>
$ sup [-f Supfile] <network> <target/command>

- `<network>` - A group of hosts, eg. `dev`, `stg` and `prod`. In this case, `prod` can map to `prod1.example.com`, `prod2.example.com` and `prod3.example.com` hosts.
- `<command>` - A named command (or set of commands) to be run remotely.
Expand All @@ -15,7 +15,7 @@ Stack Up is a simple deployment tool that performs given set of commands on mult

# Installation

$ go get github.com/pressly/sup/cmd/sup
$ go get -u github.com/pressly/sup/cmd/sup

# Development

Expand Down

0 comments on commit 998b4b9

Please sign in to comment.