sbx kit builder
| Description | Manage the kit builder sandbox |
|---|---|
| Usage | sbx kit builder 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 the kit builder sandbox.
Source-form kit builds (a local directory or git reference) run inside a shared builder sandbox named sbx-kit-builder, created on first use. Its Docker engine store doubles as the kit build cache, so removing the builder is how the cache is reclaimed; the next source-form build recreates it.
Commands
| Command | Description |
|---|---|
sbx kit builder history | experimental Inspect kit build history in the builder sandbox |
sbx kit builder rm | experimental Remove the kit builder sandbox and its build cache |
sbx kit builder status | experimental Show the kit builder sandbox and build-cache state |
Global options
| Option | Default | Description |
|---|---|---|
--cloud | Dispatch to Docker Cloud Sandboxes API instead of local sandboxd (supported by a growing set of verbs — run 'sbx --cloud --help' for the current list) | |
-D, --debug | Enable debug logging |