chore: crush git history - reborn from consolidation on 2026-03-10
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
Usage: apophis verify [options]
|
||||
|
||||
Run deterministic contract verification against your Fastify routes.
|
||||
|
||||
Options:
|
||||
-h, --help Display this help message
|
||||
--profile <name> Profile name from config
|
||||
--routes <filter> Comma-separated route filters (e.g., "POST /users,GET /users/*")
|
||||
--seed <number> Deterministic seed for reproducible runs
|
||||
--changed Filter to routes modified in git
|
||||
--config <path> Path to config file
|
||||
--cwd <path> Working directory
|
||||
--format <human|json|ndjson> Output format
|
||||
--color <auto|always|never> Color mode
|
||||
--quiet Suppress non-essential output
|
||||
--verbose Verbose output
|
||||
--artifact-dir <path> Directory for artifacts
|
||||
|
||||
Examples:
|
||||
apophis verify --profile quick
|
||||
apophis verify --profile quick --routes "POST /users"
|
||||
apophis verify --changed
|
||||
Reference in New Issue
Block a user