Skip to content

grafos validate

Run local checks (cargo test, source-hash) and emit .grafos/validation.json.

grafos validate

Validate the current grafOS program: source hash, tests, runnable targets. Writes.grafos/validation.json
Usage: grafos validate [OPTIONS]
Options:
--fabric <FABRIC> Fabric address (host:port). Overrides GRAFOS_FABRIC env var [env: GRAFOS_FABRIC=]
--skip-tests Skip running the tests; only refresh the source hash. Useful for quick dashboard republishes when you know tests already passed. The emitted report still records `tests.passed = false` until a real validation runs
--json Output in JSON format for scripting
--wide Show additional columns in table output
--no-color Disable color output
--pool <POOL> Pool name (default: "default") [default: default]
-h, --help Print help
-V, --version Print version