mirror of
https://github.com/theupdateframework/python-tuf
synced 2026-05-24 10:08:28 +00:00
Revise CLI.md
Signed-off-by: Vladimir Diaz <vladimir.v.diaz@gmail.com>
This commit is contained in:
parent
025dbe7118
commit
8dc1430b58
1 changed files with 14 additions and 1 deletions
15
docs/CLI.md
15
docs/CLI.md
|
|
@ -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
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in a new issue