claudestream v0.14.2 /claudestream send
On this page

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

#claudestream send

Send a prompt to Claude and display the complete response with events

Effect: mutating

#Flags

Flags
NameShortTypeDefaultEnvDescription
--model-mstrClaude model identifier for this session (e.g. sonnet, opus)
--cwdstrWorking directory for the Claude Code subprocess to operate in
--rawboolShow raw protocol events from the subprocess instead of flattened output
--json-outputboolSerialize each protocol event as a JSON line on stdout
--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