diff --git a/docs/CLI.md b/docs/CLI.md index 182599ad..7967b681 100644 --- a/docs/CLI.md +++ b/docs/CLI.md @@ -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 ## diff --git a/docs/QUICKSTART.md b/docs/QUICKSTART.md index 9f873c5a..9aaebd5a 100644 --- a/docs/QUICKSTART.md +++ b/docs/QUICKSTART.md @@ -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.