claudestream v0.14.2 /claudestream ask
On this page

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

#claudestream ask

Send a prompt to Claude and print only the final response text

Effect: mutating

#Flags

Flags
NameShortTypeDefaultEnvDescription
--model-mstrClaude model identifier to use for this session (e.g. sonnet)
--profilestrName of the claudewheel profile for authentication
--cwdstrWorking directory path for the Claude Code process to operate in
--skip-permissionsboolBypass all tool permission prompts via --dangerously-skip-permissions
--system-prompt-sstrCustom system prompt text to prepend to the session context
--stdinboolRead the prompt text from standard input instead of an argument
--json-outputboolSerialize the AskResult response object as a JSON line on stdout
--colorboolTrueEnable ANSI colored output for terminal display and formatting
--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