Share feedback
Answers are generated based on the documentation.

sbx kit pull

DescriptionPull a kit artifact from an OCI registry
Usagesbx 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

OptionDefaultDescription
-o, --outputOutput ZIP file path (default: derived from reference)

Global options

OptionDefaultDescription
-D, --debugEnable debug logging