Clarify CLI documentation #159
No reviewers
Labels
No labels
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
Due date
No due date set.
Dependencies
No dependencies set.
Reference: vieter-v/vieter#159
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "LordMZTE/vieter:cli-docs"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. 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 givenURL, 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.