Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
derekelkins committed Mar 17, 2015
1 parent b57747b commit 0e9d1a4
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@
A simple utility that listens to the Consul key-value store (and perhaps etcd and ZooKeeper in the future) and then
sticks the result into a local file and (optionally) commits it in Git.

The intent is to be able to use a tool like envconsul but maintain auditabilty and reproducibility. I'll likely add
an option to read the file and output curl commands, say, that will make Consul's state match the file. With this you
would easily be able to do rollbacks of your environmental configuration, or do rollouts by using one of these files
The intent is to be able to use a tool like envconsul but maintain auditabilty and reproducibility. There is
an option to read the file and output curl commands that will make Consul's state match the file. With this you
would easily be able to do rollbacks of your environmental configuration or do rollouts by using one of these files
to initialize Consul's state.

Feel free to create issues for desired features or for bugs, or, of course, pull requests.

### Example

```bash
Expand Down

0 comments on commit 0e9d1a4

Please sign in to comment.