sbx kit builder
| 内容説明 | Manage the kit builder sandbox |
|---|---|
| 利用方法 | sbx kit builder 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 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
| コマンド | 内容説明 |
|---|---|
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
| オプション | デフォルト | 内容説明 |
|---|---|---|
--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 |