Revise CLI.md

Signed-off-by: Vladimir Diaz <vladimir.v.diaz@gmail.com>
This commit is contained in:
Vladimir Diaz 2018-01-29 17:14:28 -05:00
parent 025dbe7118
commit 8dc1430b58
No known key found for this signature in database
GPG key ID: 5DEE9B97B0E2289A

View file

@ -1,6 +1,7 @@
# CLI examples #
Note: This is a work in progress. Only examples are given here, for now.
Note: This is a work in progress and subject to change. Only examples are
given here, for now.
## Create a repository ##
@ -38,4 +39,16 @@ $ repo.py --init --consistent_snapshots
## Add a target file ##
```Bash
$ repo.py --add <foo.tar.gz>
```
## Remove the files created via `repo.py --init`.
```Bash
$ repo.py --clean
```