The CLI’s job is to spin up a sandbox — for local dev and as the operator entry point. It is not
the primary control surface for tests; that’s the SDK.
prod-break run <pack>
Boot one sandbox instance. Prints its URL and instance-minted key.
Environment contract
Plugins read these so you don’t pass URLs around by hand:
seed / reset may arrive as CLI subcommands later for shell convenience, but the SDK is the
intended control path for tests. The CLI owns instance lifecycle (provisioning, eviction of stuck
workers).