23 lines
885 B
Plaintext
23 lines
885 B
Plaintext
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
|