mirror of
https://github.com/theupdateframework/python-tuf
synced 2026-05-24 10:08:28 +00:00
Link to CLI_EXAMPLES from CLI.md and QUICKSTART.md
Signed-off-by: Vladimir Diaz <vladimir.v.diaz@gmail.com>
This commit is contained in:
parent
a678226691
commit
0525b652da
2 changed files with 5 additions and 4 deletions
|
|
@ -1,6 +1,7 @@
|
|||
# CLI #
|
||||
|
||||
Note: This is a work in progress and subject to change.
|
||||
Note: This is a work in progress and subject to change. See
|
||||
[CLI_EXAMPLES.md](CLI_EXAMPLES.md) for more complex examples.
|
||||
|
||||
## Create a repository ##
|
||||
|
||||
|
|
|
|||
|
|
@ -31,6 +31,6 @@ $ client.py --repo http://localhost:8001 testfile
|
|||
```
|
||||
|
||||
|
||||
See [CLI.md](CLI.md) to learn about the other supported CLI options. A
|
||||
[tutorial](TUTORIAL.md) is also available, and intended for users that want
|
||||
more control over the creation process.
|
||||
See [CLI.md](CLI.md) and [CLI_EXAMPLES.md](CLI_EXAMPLES.md) to learn about the
|
||||
other supported CLI options. A [tutorial](TUTORIAL.md) is also available, and
|
||||
intended for users that want more control over the repo creation process.
|
||||
|
|
|
|||
Loading…
Reference in a new issue