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

axiom flow new

Scaffold a starter flow.yaml

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 new

Scaffold a starter flow.yaml

Scaffold a starter <name>.flow.yaml with two example nodes and an edge.

Edit it to set each node's package + node name (find them with "axiom search --json") and wire the edges, then validate/layout/compile.

Usage

axiom flow new <name> [flags]

Flags

FlagShorthandTypeDefaultDescription
--help-hboolhelp for new

See also

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