porter-sandbox:
Porter
Porter is the top-level client. It exposes resource namespaces for sandboxes, volumes, health, and readiness.
Close the client when your process is done:
porter.sandboxes
create
Returns a
Sandbox handle.
get
Sandbox handle. Use names as the canonical reference for sandboxes you need to operate on later.
list
Sandbox
Sandbox is the handle returned by porter.sandboxes.
Properties:
Methods:
Volumes
Volumes are persistent storage that can be mounted into sandboxes.Low-level client
The top-level client exposes generated low-level clients through.raw:

