<!-- 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 bugTo 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
| Flag | Shorthand | Type | Default | Description |
|---|---|---|---|---|
--help | -h | bool | help for feedback | |
--json | bool | Print the persisted submission as JSON |
See also
- axiom — Axiom CLI — build and push node packages
Related