| Port details |
- forgejo-cli CLI client for Forgejo
- 0.5.0 devel
=0 Package not present on quarterly.This port was created during this quarter. It will be in the next quarterly branch but not the current one. - Maintainer: jrm@FreeBSD.org
 - Port Added: 2026-04-18 06:00:07
- Last Update: 2026-04-18 05:57:14
- Commit Hash: 5386abd
- License: APACHE20 MIT
- WWW:
- https://codeberg.org/forgejo-contrib/forgejo-cli
- Description:
- forgejo-cli (fj) is a CLI client for Forgejo akin to gh, glab, or tea.
From the command line, you can:
- Open, edit, comment on, close issues
- Create and merge pull requests, including AGit pull requests
- Create, star, watch, and edit repositories
- Manage organizations and teams
- Publish new releases
fj doesn't try to replace your usage of git, it's meant to work alongside
it. It handles all the Forgejo-specific things that git doesn't.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- forgejo-cli>0:devel/forgejo-cli
- To install the port:
- cd /usr/ports/devel/forgejo-cli/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/forgejo-cli
- pkg install forgejo-cli
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: forgejo-cli
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1776490248
SHA256 (v0.5.0.tar.gz) = 028ebcbd744301fbfd144cd9bc5ff0a27e02d99b02c8abafb20742299715c556
SIZE (v0.5.0.tar.gz) = 105814
No package information for this port in our database- Sometimes this happens. Not all ports have packages. This is doubly so for new ports, like this one.
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- rust>=1.94.0 : lang/rust
- pkgconf>=1.3.0_1 : devel/pkgconf
- Library dependencies:
-
- libgit2.so : devel/libgit2
- libssh2.so : security/libssh2
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_forgejo-cli
- USES:
- cargo ssl
- pkg-message:
- For install:
- To authenticate with a Forgejo instance, see:
fj auth --help
For instances that support OAuth (such as codeberg.org):
fj -H <instance> auth login
For other instances, generate an application token at
https://<instance>/user/settings/applications, then:
fj -H <instance> auth add-key <user>
- Master Sites:
|