• go-v0.1.0 fa6c97d620

    go-v0.1.0
    All checks were successful
    Go build / build (fj, darwin) (push) Successful in 40s
    Go build / build (fj, linux) (push) Successful in 37s
    Go build / build (fj.exe, windows) (push) Successful in 39s
    Stable

    techwritescode released this 2026-09-02 16:34:31 +00:00 | 4 commits to main since this release

    First 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)
    • config
    • whoami
    • repo (full parity with the old Rust repo.rs)
    • issue
    • org
    • release (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.

    pr is next.

    Downloads