-
go-v0.2.0
StableAll checks were successfulGo build / build (fj, darwin) (push) Successful in 40sGo build / build (fj, linux) (push) Successful in 41sGo build / build (fj.exe, windows) (push) Successful in 41sRelease binaries / upload (fj-darwin-amd64, darwin) (release) Successful in 37sRelease binaries / upload (fj-linux-amd64, linux) (release) Successful in 32sRelease binaries / upload (fj-windows-amd64.exe, windows) (release) Successful in 33sreleased this
2026-09-10 13:12:41 +00:00 | 0 commits to main since this releasefj actions-- Forgejo Actions (CI) support:run list/view/jobs/logs/cancel/delete/browse,artifact list/download/delete,dispatch.run logs --followtails a running job's log in real time.fj repo create OWNER/NAME(orHOST/OWNER/NAME) -- create a repo under an org, not just your own account.fj repo sync--git pull, retried once on failure (works around a reauth quirk over HTTPS).- Fixed: a git remote on a custom SSH port no longer leaks that port into HTTP(S) API requests.
- CI now cross-compiles linux/windows/darwin from a single runner and attaches the binaries to releases automatically.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
go-v0.1.0
Stablereleased this
2026-09-02 16:34:31 +00:00 | 4 commits to main since this releaseFirst release of the Go rewrite (fj is a personal fork of forgejo-cli, mid-port from Rust to Go). Not yet at feature parity with the old Rust CLI.
Implemented:
auth(token and OAuth PKCE login)configwhoamirepo(full parity with the old Rustrepo.rs)issueorgrelease(create/edit/delete/list/view/browse, plus asset upload/download)
Fixed in this release:
- A git remote on a custom SSH port (e.g.
ssh://git@host:222/owner/repo.git) no longer leaks that port into HTTP(S) API requests.
pris next.Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads