mirror of
https://github.com/OpenRouterTeam/spawn.git
synced 2026-04-28 03:49:31 +00:00
feat: add --beta images for DO marketplace images (#2593)
* feat: add --beta images for DO marketplace images Gate pre-built DigitalOcean marketplace images behind --beta images. When active, uses hardcoded marketplace slugs (e.g. openrouter-spawnclaude) instead of fresh Ubuntu + cloud-init, skipping agent install entirely. All 8 images verified working via e2e smoke test (2026-03-13). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * fix: sort exports to satisfy biome organizeImports Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
8d3f848907
commit
39622b68ab
7 changed files with 45 additions and 17 deletions
|
|
@ -126,6 +126,7 @@ spawn claude gcp --beta tarball
|
|||
| Feature | Description |
|
||||
|---------|-------------|
|
||||
| `tarball` | Use pre-built tarball for agent install (faster, skips live install) |
|
||||
| `images` | Use pre-built DigitalOcean marketplace images (faster boot, skips cloud-init) |
|
||||
|
||||
### Without the CLI
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue