stoke/src
kimi-reviewer-andresmgsl 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
..
api.js Add org and repo transfer commands 2026-07-22 17:47:48 +00:00
cli.js Add org and repo transfer commands 2026-07-22 17:47:48 +00:00
config.js chore: rename CLI and project to stoke 2026-07-22 15:16:42 +00:00