Commit graph

6 commits

Author SHA1 Message Date
dadfca6093 Add org and repo transfer commands
New commands, one per Forgejo API call used to move the heavy-duty
repositories into the new heavy-duty organization:

- stoke org create   (POST /api/v1/orgs)
- stoke org repos    (GET /api/v1/orgs/{org}/repos)
- stoke org avatar   (POST /api/v1/orgs/{org}/avatar)
- stoke repo transfer (POST /api/v1/repos/{owner}/{repo}/transfer)

All commands documented in the README.
2026-07-22 17:47:48 +00:00
54f80bbbcf docs: explain the stoke name 2026-07-22 16:38:14 +00:00
a661e4f923 chore: update lockfile name to stoke 2026-07-22 15:16:56 +00:00
9e7c204201 chore: rename CLI and project to stoke 2026-07-22 15:16:42 +00:00
25670253ea feat: add repo collaborator command 2026-07-22 15:06:35 +00:00
c981a1258d feat: forgejo-cli with auth, repo, issue, pr and branch commands 2026-07-22 15:03:32 +00:00