Skip to content

CLI Reference

Goga is a command-line tool built with Click for validating and managing CODEMANIFEST-based projects.

Installation

pip install goga

After installation, the goga command is available:

goga --help

You can also invoke it as a Python module:

python -m goga --help

Commands

Command Description
goga init Interactive project initialization
goga lint Validate CODEMANIFEST files
goga build Execute build plan via ralphex
goga contract Compare CODEMANIFEST with implementation
goga config Display configuration values
goga schema Generate JSON schema from project cells
goga connect Install goga skills for AI agents
goga tool Dynamic tool package invocation

Global Options

The root goga command is a Click group. It supports the standard Click --help flag:

goga --help

All subcommands also accept --help for inline usage information.