feat: Add a way to list the users' repos #160 #235
No reviewers
Labels
No labels
actions
bug
build
chore
CI
cleanup
CLI
contribution welcome
docs
duplicate
enhancement
feature
fix
good first issue
help wanted
invalid
perf
question
refactor
release
revert
style
test
tracking
UI
upstream
UX
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Aviac/codeberg-cli!235
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "list"
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 closes #160 and #159
The user can list all their repos using: `berg repo list` The following filters are allowed: `--limit <u32>` The maximum repositories to be returned `--order-by <string>` The criteria for sorting (id, size, name) The limit defaults to 19 and order_by defaults to name. (should have renamed to sort but...) Update the codeberg api to be 0.5 instead of 0.4 to use order_by (sort) Signed-off-by: Gekko Wrld <gekkowrld@gmail.com>berg repo lista way to list repositories owned by user #159