Search the documentation
18 pages for --verbose.
Titles and paths first, then pages whose text carries it. Each row opens that page as this site last read it.
Best practices for Claude Code
Claude Code CLI · in the page
best-practices
…in CI, pre-commit hooks, or scripts. Add `--output-format stream-json --verbose` for streaming JSON output. </Tip> With `claude -p "your prompt"`, you can run Claude non-interactively, without an int…
CLI reference
Claude Code CLI · in the page
cli-reference
…| `claude -p --output-format stream-json --verbose --forward-subagent-text "query"` | | `--from-pr` | Open the sessio…
Message your other Claude Code sessions
Claude Code CLI · in the page
cross-session-messaging
…l text under the sender's session name. * In a session started with [`--verbose`](/docs/en/cli-reference#cli-flags), Claude Code shows the full text instead of the preview. The preview shortens only…
Desktop application
Claude Code CLI · in the page
desktop
…ame": "server", "program": "server.js", "args": ["--verbose"], "port": 4000 } ] } ``` </Tab> </Tabs> ## Environment configuration The environmen…
Keep Claude working toward a goal
Claude Code CLI · in the page
goal
…that runs many turns can look stuck. Add `--output-format stream-json --verbose` to emit each message as the loop runs. Interrupt the process with Ctrl+C to stop a non-interactive goal before it reso…
Run Claude Code programmatically
Claude Code CLI · in the page
headless
…</Tip> ### Stream responses Use `--output-format stream-json` with `--verbose` and `--include-partial-messages` to receive tokens as they're generated. Each line is a JSON object representing an eve…
Hooks reference
Claude Code CLI · in the page
hooks
…d-session-metadata) when you launch with `--output-format stream-json --verbose`. Setup hooks have access to `CLAUDE_ENV_FILE`. Variables written to that file persist into subsequent Bash commands fo…
Interactive mode
Claude Code CLI · in the page
interactive-mode
…-reference#cli-flags) with `-p "<prompt>" --output-format stream-json --verbose` to have Claude Code emit a `prompt_suggestion` message after each turn that generates one. The generator skips very sho…
Configure permissions
Claude Code CLI · in the page
permissions
…l:opus)` matches the alias `opus` but not a full model ID. Run with [`--verbose`](/docs/en/cli-reference) to see the exact parameter names and values in each tool call * Whitespace around the colon is…
Continue local sessions from any device with Remote Control
Claude Code CLI · in the page
remote-control
…sions-after-stopping-the-server). | | `--verbose` | Show detailed connection and session logs.…
Claude Code settings
Claude Code CLI · in the page
settings
…truncated summaries. Appears in `/config` as **Verbose output**. The `--verbose` flag overrides this for one session…
Claude Code settings reference
Claude Code CLI · in the page
settings-reference
…of tool output * **Default**: `false` * **Per-session overrides**: [`--verbose`](/docs/en/cli-reference#cli-flags) takes precedence over this key for one session ```json settings.json theme={null} {…
Advanced setup
Claude Code CLI · in the page
setup
…Anthropic PBC" and notarized by Apple. Verify with `codesign --verify --verbose ./claude`. * **Windows**: signed by "Anthropic, PBC". Verify with `Get-AuthenticodeSignature .\claude.exe`. * **Linux**:…
Command line settings
Claude Documentation · in the page
claude-science/command-line-settings
…from, so a previewed page cannot read your session. | | `--verbose` | off | Show startup and info log lines on the console; by default they go only to the log file.…
Configuration and flags
Model Context Protocol · in the page
docs/2026-07-28/tools/inspector/configuration
…ull} mcp-inspector node build/index.js -- --config /etc/myserver.conf --verbose ``` Without the separator, `--config` would be read as the Inspector's own read-only-session flag. ## Web-only flags…
Recipes
Model Context Protocol · in the page
docs/2026-07-28/tools/inspector/recipes
…mand line: ```bash theme={null} mcp-inspector node build/index.js -- --verbose --config /etc/myserver.conf ``` Put `--` before any arguments meant for your server. Without the separator, `--verbose`…
Configuration and flags
Model Context Protocol · in the page
docs/draft/tools/inspector/configuration
…ull} mcp-inspector node build/index.js -- --config /etc/myserver.conf --verbose ``` Without the separator, `--config` would be read as the Inspector's own read-only-session flag. ## Web-only flags…
Recipes
Model Context Protocol · in the page
docs/draft/tools/inspector/recipes
…mand line: ```bash theme={null} mcp-inspector node build/index.js -- --verbose --config /etc/myserver.conf ``` Put `--` before any arguments meant for your server. Without the separator, `--verbose`…