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

axiom feedback

Send Axiom a bug report, feature request, or general feedback

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 feedback

Send Axiom a bug report, feature request, or general feedback

Send the Axiom team feedback about the product itself.

axiom feedback bug      "the flow canvas loses my selection when I scroll"
axiom feedback feature  "let me pin a node's output panel while I edit others"
axiom feedback general  "marketplace search is great — I just forget to use it"

The message may be given as arguments or piped on stdin:

echo "…" | axiom feedback bug

To ask for a marketplace artifact that does not exist yet — a package, node, or flow — use "axiom propose" instead. Requires a prior "axiom login".

Usage

axiom feedback <bug|feature|general> [message] [flags]

Flags

FlagShorthandTypeDefaultDescription
--help-hboolhelp for feedback
--jsonboolPrint the persisted submission as JSON

See also

  • axiom — Axiom CLI — build and push node packages
Related