Clarify CLI documentation #159

Closed
LordMZTE wants to merge 1 commits from LordMZTE/vieter:cli-docs into dev
1 changed files with 2 additions and 0 deletions

View File

@ -21,7 +21,9 @@ Now you're ready to use the CLI tool.
* `vieter repos list` returns all repositories currently stored in the API. * `vieter repos list` returns all repositories currently stored in the API.
* `vieter repos add url branch repo arch...` adds the repository with the given * `vieter repos add url branch repo arch...` adds the repository with the given
URL, branch, repo & arch to the API. URL, branch, repo & arch to the API.
* `arch` is a comma-separated list of architectures, examples are `x86_64`, but also `x86_64,aarch64`

This clarification will be more useful once #158 is merged, because it slightly changes how the CLI works.

This clarification will be more useful once #158 is merged, because it slightly changes how the CLI works.
* `vieter repos remove id` removes the repository with the given ID prefix. * `vieter repos remove id` removes the repository with the given ID prefix.
* `id` should be the ID of the repo returned by `vieter repos list`.
You can always check `vieter -help` or `vieter repos -help` for more You can always check `vieter -help` or `vieter repos -help` for more
information about the commands. information about the commands.