Public beta — not for production use. Data may be wiped at any time. Questions? Contact us.
Documentation menu

axiom flow validate

Validate a flow.yaml's structure (local checks)

View as Markdown
<!-- GENERATED by docs/scripts/gen-cli-reference — DO NOT EDIT. Source of truth: the cobra command definitions in cmd/axiom/cmd/. Regenerate from the repo root with: go run ./docs/scripts/gen-cli-reference -->

axiom flow validate

Validate a flow.yaml's structure (local checks)

Run local structural validation on a flow.yaml: required fields, unique node aliases, well-formed package references, edges that reference known nodes, and well-formed pins. Node existence and edge type-compatibility are checked at compile time against the registry. Defaults to ./flow.yaml.

Usage

axiom flow validate [flow.yaml] [flags]

Flags

FlagShorthandTypeDefaultDescription
--help-hboolhelp for validate
--jsonboolEmit structured JSON instead of human-readable output

See also

  • axiom flow — Author and compile flows (graphs of published nodes)
Related