---
title: "axiom feedback"
description: "Send Axiom a bug report, feature request, or general feedback"
category: reference
surfaces: [cli]
related: [reference/cli/axiom]
last_reviewed: 2026-06-06
---

<!-- 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.

```text
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:

```text
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

```sh
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.md) — Axiom CLI — build and push node packages
