Skip to content

Commit 0ed056d

Browse files
author
spawn-qa-bot
committed
docs: sync README commands table with help.ts (--prompt, --prompt-file)
1 parent ddce16a commit 0ed056d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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) |

0 commit comments

Comments
 (0)