claudestream v0.14.2 /claudestream events
On this page

Reference for the claudestream events command — usage, flags, arguments, and examples for the events subcommand of the claudestream CLI.

#claudestream events

Debug mode: display all raw JSON protocol events from the subprocess

Effect: mutating

#Flags

Flags
NameShortTypeDefaultEnvDescription
--model-mstrClaude model identifier to use for this session (e.g. sonnet)
--cwdstrWorking directory for the Claude Code subprocess to operate in
--skip-permissionsboolBypass all tool permission prompts via --dangerously-skip-permissions
--profilestrName of the claudewheel profile to use for authentication
--footerboolTrueDisplay cost and timing summary on stderr after completion
--system-prompt-sstrCustom system prompt text to prepend to the Claude session
--stdinboolRead the prompt text from standard input instead of an argument
--colorboolTrueEnable ANSI colored output for terminal display and formatting
--resumestrResume a previously started Claude session by its unique session ID
--from-prstrLoad context from a GitHub pull request identifier to resume

#Arguments

Arguments
NameRequiredDescription
promptnoThe text prompt to send to the Claude Code session
Search