PoCATDocumentation Get Started

CLI Documentation

pocat-cli scaffolds gateway project structure and default configuration files.

Last updated: 2026-06-05

Project initialization

pocat init --name my-gateway --port 8080

This command creates config/, context/, and routes/ directories with default XML templates.

Runtime commands

From the distribution tarball, start and stop the gateway with $GATEWAY_HOME/bin/start.sh and stop.sh. See the Quick Start Guide for details.

Source and releases

CLI binaries and the latest releases are available on GitHub Releases.