sbx env
| 内容説明 | Manage sandboxes declaratively from a .sbxenv.yaml file |
|---|---|
| 利用方法 | sbx env COMMAND |
試験的
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
| コマンド | 内容説明 |
|---|---|
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
| オプション | デフォルト | 内容説明 |
|---|---|---|
-D, --debug | Enable debug logging |