Sandboxes

Connect to a sandbox

Execute commands in a sandbox

Sandbox commands create short-lived authenticated connections automatically. Run a command in the repository working copy with the sandbox ID returned by corigin sandboxes create.

corigin sandboxes exec SANDBOX_ID COMMAND

Forward a local TCP port to a service running in the sandbox:

corigin sandboxes ports forward SANDBOX_ID REMOTE_PORT --local-port LOCAL_PORT