Share feedback
Answers are generated based on the documentation.

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 createexperimental Create a sandbox environment from .sbxenv.yaml
sbx env execexperimental Execute a command inside a sandbox environment
sbx env rmexperimental Remove a sandbox environment and its scoped resources
sbx env runexperimental Create (if needed) and attach to a sandbox environment

Global options

オプションデフォルト内容説明
-D, --debugEnable debug logging