Documentation

CLI

The gf CLI wraps common GitForge operations — auth, repositories, pull requests, and issues — from your terminal.

Install

# via the published package
npm install -g @gitforge/cli
# or download a release binary

Authenticate

Log in with a personal access token:

gf auth login --host your-host --token gf_YOUR_TOKEN

Common commands

gf repo create my-repo
gf repo list
gf pr list
gf pr create --base main --head feature --title "..."
gf issue create --title "..."

Config

Configuration and credentials live under your user config directory. Use gf --help for the full command reference.