File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -46,8 +46,8 @@ spawn delete -c hetzner # Delete a server on Hetzner
4646| ` spawn <agent> <cloud> --dry-run ` | Preview without provisioning |
4747| ` spawn <agent> <cloud> --zone <zone> ` | Set zone/region for the cloud |
4848| ` spawn <agent> <cloud> --size <type> ` | Set instance size/type for the cloud |
49- | ` spawn <agent> <cloud> -p "text" ` | Non-interactive with prompt |
50- | ` spawn <agent> <cloud> --prompt-file f.txt ` | Prompt from file |
49+ | ` spawn <agent> <cloud> --prompt "text" ` | Non-interactive with prompt (or ` -p ` ) |
50+ | ` spawn <agent> <cloud> --prompt-file <file> ` | Prompt from file (or ` -f ` ) |
5151| ` spawn <agent> <cloud> --headless ` | Provision and exit (no interactive session) |
5252| ` spawn <agent> <cloud> --output json ` | Headless mode with structured JSON on stdout |
5353| ` spawn <agent> <cloud> --model <id> ` | Set the model ID (overrides agent default) |
You can’t perform that action at this time.
0 commit comments