@cellas/testing-cli
v1.1.0
Published
Conformance Test Platform cli boundary (v1.5)
Readme
@cellas/testing-cli
Frozen v1.5 conformance command router for CELLAS.
Commands
Routes these cellas top-level commands:
test,verify,certify,benchmark,replay,snapshot,compare,compatibility
Usage (programmatic)
import {
routeConformanceCommand,
runConformanceCli,
CONFORMANCE_COMMAND_NAMES,
} from "@cellas/testing-cli";
const result = await routeConformanceCommand([
"verify",
"--input",
"conformance/golden/reference-execution-001/manifest.json",
"--type",
"golden",
]);CLI entrypoint
The cellas binary is composed in apps/conformance-cli, which bridges this
package to @cellas/cli for engine and plugin namespaces.
Documentation
Boundary
Exports TESTING_CLI_BOUNDARY = "testing-cli-v1.5". Exit codes 0–8 are Frozen.
