Start
CLI
Last updated January 2026
Installation
$curl http://spawned.sh | bashCommands
| Command | Description |
|---|---|
init | Create a new project |
apply | Apply an infra.json to a project |
redeploy | Pull latest code from sources and rebuild |
list | List your deployed projects |
get | Get a deployed project |
delete | Delete a deployment |
validate | Validate an infra.json without applying it |
builds | List builds for a deployment |
logs | Stream runtime logs from a deployment component |
export | Export generated project files |
upload | Upload a file to an S3 bucket in a project |
accounts | Manage connected cloud accounts |
config | Manage CLI defaults |
org | Manage which organization the CLI operates against |
spec | Print the infrastructure schema reference |
login | Log in to spawned |
logout | Log out of spawned |
completion | Generate the autocompletion script for the specified shell |
Flags
| Flag | Description |
|---|---|
-h, —help | Help for spawned |
—org <slug> | Organization slug to scope this command to (overrides the persisted default) |
-v, —version | Show version |
Use spawned [command] --help for more information about a command.