poddle up
Create a sandbox and connect to it
Usage
$ poddle up [name]Examples
# a shell wired to your work identity
poddle up my-sandbox --identity work --harness claude-code
# from a template, in the background
poddle up api --template api --identity work --detachFlags
| Flag | Type | Default | Description |
|---|---|---|---|
--autoscale | bool | false | let poddled warn when this pod nears its memory limit (interactive: warn only) |
--detach, -d | bool | false | create without attaching |
--exec | string | - | run a command in the sandbox instead of attaching, then tear down |
--harness | string | claude-code | coding-agent runtime to run in the sandbox |
--identity | string | - | coding-agent login to use in the sandbox |
--image | string | docker.io/library/debian:stable-slim | base image |
--policy | string | - | governance policy to enforce on the pod's egress (from ~/.config/poddle/policies) |
--size | string | weak | resource size (weak|strong) |
--template | string | - | template to base the sandbox on (from .poddle/ or ~/.config/poddle/templates) |
↑↓ navigate↵ selectesc close⌘K / / to open