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

axiom flow layout

Auto-position nodes on the grid and write col/row back

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 layout

Auto-position nodes on the grid and write col/row back

Run the coarse-grid layout engine over the flow's topology and write the resulting (col, row) cell onto every node, so you can see and tweak the placement. Pinned nodes keep their cell. Defaults to ./flow.yaml.

Usage

axiom flow layout [flow.yaml] [flags]

Flags

FlagShorthandTypeDefaultDescription
--help-hboolhelp for layout

See also

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