compat

command
v0.0.1-alpha.23 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 23, 2026 License: MIT Imports: 17 Imported by: 0

Documentation

Overview

cmd/compat/embed.go — wires the embedded compat UI into the binary.

The UI is embedded in the compat package (compat/embed.go) which sits alongside compat/ui/dist/. This file simply aliases it for use in main.go.

cmd/compat/main.go — Overcast compatibility test CLI.

Runs one or more test suite subprocesses, collects their NDJSON output, and prints a summary report. When --serve is set a live compatibility dashboard is served on --port (default 7777).

Usage:

go run ./cmd/compat [flags]
go build -o bin/compat ./cmd/compat

Flags:

--endpoint    Overcast base URL (default: http://localhost:4566)
--region      AWS region (default: us-east-1)
--suite       Comma-separated suite names to run (default: all)
--format      Output format: pretty | json (default: pretty)
--serve       Start the compatibility dashboard HTTP server
--port        Dashboard listen address (default: :7777)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL