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

axiom flow pull

Materialize an existing compiled flow into an editable 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 pull

Materialize an existing compiled flow into an editable flow.yaml

Pull an existing flow artifact's stored SourceGraph and write it back out as a flow.yaml you can edit and re-compile — the inverse of "axiom flow compile". The UI edits existing flows; this lets the CLI do the same.

Requires a prior "axiom login". Writes ./flow.yaml (or -o <file>). ADR-086.

Usage

axiom flow pull <artifact-id> [flags]

Flags

FlagShorthandTypeDefaultDescription
--help-hboolhelp for pull
--out-ostringflow.yamlOutput flow.yaml path

See also

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