Compare commits

...
This repository has been archived on 2026-01-06. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.

1 commit

Author SHA1 Message Date
13afb8cf08
Clarify CLI documentation 2022-05-05 16:03:30 +02:00

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 add url branch repo arch...` adds the repository with the given
URL, branch, repo & arch to the API.
* `arch` is a comma-separated list of architectures, examples are `x86_64`, but also `x86_64,aarch64`
* `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
information about the commands.