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

FlagValueDefaultChoicesDescription
--messagestringFeedback text.

Optional flags

FlagValueDefaultChoicesDescription
--categorystringFeedback category.
--severitystringFeedback severity.
--route_familystringBounded route family associated with the feedback.
--node_workflow_familystringBounded node workflow family associated with the feedback.
--command_familystringCLI command family.
--tool_familystringMCP tool family associated with the feedback.
--node_idstringRelated node ID.
--request_idstringRelated request ID.
--trace_idstringRelated trace ID.
--sentry_event_idstringRelated Sentry event ID.
--product_event_idstringRelated product event ID.
--cli_invocation_idstringRelated CLI invocation ID.
--mcp_request_idstringRelated MCP request ID.
--mcp_idempotency_keystringRelated MCP idempotency key.
--formatFORMATjson, tsv, csv, tableOutput format for command results.
--envPROFILEUse a configured CLI profile for this invocation.
--outPATHWrite output to a file path, or use - for stdout.
--openOpen browser-bound URLs when supported.
--no-retryDisable transient-error retries.
--retry-maxNMaximum transient-error retry attempts.
--waitBlock on async operations until a terminal state is reached.
--wait-timeoutSECONDS600Seconds to wait for --wait before timing out. Defaults to 600.
--allow-selfAllow mutating the currently active credential.
--timeoutSECONDSSet the per-request timeout budget in seconds.
--idempotency-keyKEYReuse an Idempotency-Key so ambiguous write failures can be retried with the same key.
--forceForce safety-gated operations where supported.
--yesSkip confirmation prompts for destructive operations.
--debugPrint structured request debugging with secrets masked.
--verbosePrint verbose progress for long-running operations.
-h, --helpShow this help.

Examples

Submit CLI feedback.

flywheel feedback:create --message "The node command is confusing" --category confusing --severity medium