Documentation
README
Release and CLI Stability
Use this reference for release management procedures, understanding what constitutes a breaking CLI change, firewall log parsing, and Go module summaries.
Table of Contents
Release Management
The project uses a minimalistic changeset-based release system inspired by @changesets/cli.
Commands
version (Preview Only)
The version command operates in preview mode and never modifies files:
node scripts/changeset.js version
# Or
make version
This is the opening of the README. Read the full README on GitHub.