Clarify CLI documentation #159
No reviewers
Labels
No Label
Roadmap
V
bug
docs
duplicate
enhancement
good first issue
help wanted
idea
invalid
question
wontfix
Idea
Roadmap
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: vieter-v/vieter#159
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "LordMZTE/vieter:cli-docs"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
This improves the documentation, hopefully making the use of the CLI more clear.
Thanks for the change, it'll have to merged after #158 though because that PR contains changes to the CI config that allows PRs to be properly tested n stuff. Besides that, I really gotta add a note in the README about me using conventional commits.
@ -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`
This clarification will be more useful once #158 is merged, because it slightly changes how the CLI works.
These changes have been integrated into the docs & man pages.
Pull request closed