Documentation
Documentation
Warning
This documentation is incomplete.
This section contains the complete technical documentation for Gong, including installation guides, configuration options, and usage examples.
Installation
Gong can be installed in several ways:
Using Homebrew (preferred)
brew install Djiit/homebrew-gong/gong
As a GitHub CLI extension
gh extension install Djiit/gh-gong
Using Go
go install github.com/Djiit/gong@latest
Using Docker
docker pull ghcr.io/djiit/gong
You can then run gong using:
docker run ghcr.io/djiit/gong ping --help
Using Binaries
Download the appropriate binary for your platform from the GitHub releases page.
As a GitHub Action
See the gong Action.