feedback:create
Submit bounded feedback to the Flywheel team.
Reference for flywheel feedback:create.
Command Group
Other Commands
Summary
Submit bounded feedback to the Flywheel team.
Usage
flywheel feedback:create <FLAGS>Required flags
| Flag | Value | Default | Choices | Description |
|---|---|---|---|---|
--message | string | Feedback text. |
Optional flags
| Flag | Value | Default | Choices | Description |
|---|---|---|---|---|
--category | string | Feedback category. | ||
--severity | string | Feedback severity. | ||
--route_family | string | Bounded route family associated with the feedback. | ||
--node_workflow_family | string | Bounded node workflow family associated with the feedback. | ||
--command_family | string | CLI command family. | ||
--tool_family | string | MCP tool family associated with the feedback. | ||
--node_id | string | Related node ID. | ||
--request_id | string | Related request ID. | ||
--trace_id | string | Related trace ID. | ||
--sentry_event_id | string | Related Sentry event ID. | ||
--product_event_id | string | Related product event ID. | ||
--cli_invocation_id | string | Related CLI invocation ID. | ||
--mcp_request_id | string | Related MCP request ID. | ||
--mcp_idempotency_key | string | Related MCP idempotency key. | ||
--format | FORMAT | json, tsv, csv, table | Output format for command results. | |
--env | PROFILE | Use a configured CLI profile for this invocation. | ||
--out | PATH | Write output to a file path, or use - for stdout. | ||
--open | Open browser-bound URLs when supported. | |||
--no-retry | Disable transient-error retries. | |||
--retry-max | N | Maximum transient-error retry attempts. | ||
--wait | Block on async operations until a terminal state is reached. | |||
--wait-timeout | SECONDS | 600 | Seconds to wait for --wait before timing out. Defaults to 600. | |
--allow-self | Allow mutating the currently active credential. | |||
--timeout | SECONDS | Set the per-request timeout budget in seconds. | ||
--idempotency-key | KEY | Reuse an Idempotency-Key so ambiguous write failures can be retried with the same key. | ||
--force | Force safety-gated operations where supported. | |||
--yes | Skip confirmation prompts for destructive operations. | |||
--debug | Print structured request debugging with secrets masked. | |||
--verbose | Print verbose progress for long-running operations. | |||
-h, --help | Show this help. |
Examples
Submit CLI feedback.
flywheel feedback:create --message "The node command is confusing" --category confusing --severity medium