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)
Click to show internal directories.
Click to hide internal directories.