10
310
Fork
You've already forked codeberg-cli
33

feat: Add a way to list the users' repos #160 #235

Merged
Aviac merged 2 commits from list into main 2025年09月15日 20:51:48 +02:00
Owner
Copy link

The user can list all their repos using:
berg repo list

The following filters are allowed:
--limit The maximum repositories to be returned
--order-by 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)

Fixes (#159)

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) > > Fixes (#159) 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>
Sign in to join this conversation.
No reviewers
Milestone
Clear milestone
No items
No milestone
Projects
Clear projects
No items
No project
Assignees
Clear assignees
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
Aviac/codeberg-cli!235
Reference in a new issue
Aviac/codeberg-cli
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?