Skip to main content

Synopsis

geval demo [--json]

Behavior

Loads embedded signals and a policy, evaluates them, and prints a report to stdout. Exit codes match geval check:
CodeMeaning
0PASS
1REQUIRE_APPROVAL
2BLOCK
Use --json for structured output suitable for tooling.

When to use

  • Verify the binary you downloaded is the correct geval (not another CLI with the same name).
  • Smoke-test CI images before wiring real contracts.

See also

Installation · check