claudestream v0.14.2 /claudestream stream
On this page

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

#claudestream stream

Stream a prompt with real-time incremental token-by-token output to stdout

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