sbx env
| Description | Manage sandboxes declaratively from a .sbxenv.yaml file |
|---|---|
| Usage | sbx env COMMAND |
Experimental
This command is experimental.
Experimental features are intended for testing and feedback as their functionality or design may change between releases without warning or can be removed entirely in a future release.
Description
Manage a sandbox environment declared in a .sbxenv.yaml file.
The file describes the agent, optional mixin kits, workspace mounts,
environment variables, secrets to provision, and per-service credential
bindings. Secrets are provisioned at the environment's sandbox scope so
sbx env rm can remove everything it created.
Commands
| Command | Description |
|---|---|
sbx env create | experimental Create a sandbox environment from .sbxenv.yaml |
sbx env exec | experimental Execute a command inside a sandbox environment |
sbx env rm | experimental Remove a sandbox environment and its scoped resources |
sbx env run | experimental Create (if needed) and attach to a sandbox environment |
Global options
| Option | Default | Description |
|---|---|---|
-D, --debug | Enable debug logging |