sbx env create
| Description | Create a sandbox environment from .sbxenv.yaml |
|---|---|
| Usage | sbx env create [PATH...] [flags] |
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
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
| Option | Default | Description |
|---|---|---|
--clone | Override workspace.clone in .sbxenv.yaml (see 'sbx create --clone') |
Global options
| Option | Default | Description |
|---|---|---|
-D, --debug | Enable debug logging |