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

axiom flow publish

Publish a compiled flow to the public marketplace

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 publish

Publish a compiled flow to the public marketplace

Publish a compiled flow — the artifact id printed by "axiom flow compile" — to the public marketplace.

Publishing sets the flow's visibility to MARKETPLACE_FREE: every Axiom tenant can then discover it, fork it, and import it as a subflow. This is CLI parity with the editor's Publish action.

Publishing is immutable — a published flow cannot be edited or unpublished. Iterate with "axiom flow compile" (which produces a fresh artifact), then publish the new artifact when you are satisfied.

axiom flow publish 01J…
axiom flow publish 01J… --yes    # skip the prompt (CI)

Requires a prior "axiom login". ADR-086.

Usage

axiom flow publish <artifact-id> [flags]

Flags

FlagShorthandTypeDefaultDescription
--help-hboolhelp for publish
--jsonboolEmit a single JSON result object
--yes-yboolSkip the confirmation prompt (for CI and scripted use)

See also

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