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

axiom validate

Validate axiom.yaml, proto definitions, and node signatures

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 validate

Validate axiom.yaml, proto definitions, and node signatures

Validate the current axiom package across three layers:

1. axiom.yaml schema    — required fields, semver format, language, message references
2. Proto definitions    — all .proto files in messages/ compile without errors
3. Node signatures      — each node has an implementation with the expected function signature

Run automatically as part of: axiom build, axiom publish.

Usage

axiom validate [flags]

Flags

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

See also