Skip to content

Commit

Permalink
Added usage for etcd-tree
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Persson committed Sep 24, 2015
1 parent aeaf099 commit 028364b
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ users/1/first_name: Ludwig
users/1/last_name: Von Treimer
```

# Usage etcd Export
# Usage etcd-export

```bash
Usage of ./bin/etcd-export:
Expand All @@ -58,7 +58,7 @@ Usage of ./bin/etcd-export:
export ETCD_PEERS="http://etcd1.example.com:2379"
```

# Usage etcd Import
# Usage etcd-import

```bash
Usage of ./bin/etcd-import:
Expand Down Expand Up @@ -126,6 +126,18 @@ Usage of ./bin/etcd-delete:
Version
```

# Usage etcd-tree

```bash
Usage of bin/etcd-tree:
-dir string
etcd directory
-peers string
Comma separated list of etcd nodes (default "http://192.168.99.100:5001")
-version
Version
```

# Build

```bash
Expand Down

0 comments on commit 028364b

Please sign in to comment.