sbx kit pull
| Description | Pull a kit artifact from an OCI registry |
|---|---|
| Usage | sbx kit pull REFERENCE [flags] |
Description
Pull a kit artifact from an OCI registry and save it as a ZIP file.
The reference should be in the format "registry/repo:tag" or "registry/repo@sha256:digest" (e.g., "ghcr.io/myorg/my-plugin:1.0").
Authentication uses your Docker credential store.
Options
| Option | Default | Description |
|---|---|---|
-o, --output | Output ZIP file path (default: derived from reference) |
Global options
| Option | Default | Description |
|---|---|---|
-D, --debug | Enable debug logging |