sbx env create
| 内容説明 | Create a sandbox environment from .sbxenv.yaml |
|---|---|
| 利用方法 | sbx env create [PATH...] [flags] |
試験的
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
Read the environment file from PATH (default: current directory), provision its declared secrets at the sandbox scope, merge its credential bindings, and create the sandbox. Use "sbx env run" to attach.
Each PATH may be a directory (the file is -f semantics): later files override earlier ones.
Values may reference environment variables with ${VAR} / $VAR (and
${VAR:-default}); see the docs for the full syntax.
Options
| オプション | デフォルト | 内容説明 |
|---|---|---|
--clone | Override workspace.clone in .sbxenv.yaml (see 'sbx create --clone') |
Global options
| オプション | デフォルト | 内容説明 |
|---|---|---|
-D, --debug | Enable debug logging |