mirror of
https://github.com/OpenRouterTeam/spawn.git
synced 2026-05-19 08:01:17 +00:00
docs: sync README commands table with help.ts (--prompt, --prompt-file) (#3106)
Co-authored-by: spawn-qa-bot <qa@openrouter.ai>
This commit is contained in:
parent
02cf129bc0
commit
2077816b61
1 changed files with 2 additions and 2 deletions
|
|
@ -46,8 +46,8 @@ spawn delete -c hetzner # Delete a server on Hetzner
|
|||
| `spawn <agent> <cloud> --dry-run` | Preview without provisioning |
|
||||
| `spawn <agent> <cloud> --zone <zone>` | Set zone/region for the cloud |
|
||||
| `spawn <agent> <cloud> --size <type>` | Set instance size/type for the cloud |
|
||||
| `spawn <agent> <cloud> -p "text"` | Non-interactive with prompt |
|
||||
| `spawn <agent> <cloud> --prompt-file f.txt` | Prompt from file |
|
||||
| `spawn <agent> <cloud> --prompt "text"` | Non-interactive with prompt (or `-p`) |
|
||||
| `spawn <agent> <cloud> --prompt-file <file>` | Prompt from file (or `-f`) |
|
||||
| `spawn <agent> <cloud> --headless` | Provision and exit (no interactive session) |
|
||||
| `spawn <agent> <cloud> --output json` | Headless mode with structured JSON on stdout |
|
||||
| `spawn <agent> <cloud> --model <id>` | Set the model ID (overrides agent default) |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue