sbx kit push
| Description | Push a kit artifact to an OCI registry |
|---|---|
| Usage | sbx kit push DIRECTORY REFERENCE [flags] |
Description
Package and push a kit artifact directory to an OCI registry.
The directory must contain a valid spec.yaml. The reference should be in the format "registry/repo:tag" (e.g., "ghcr.io/myorg/my-plugin:1.0").
Authentication uses your Docker credential store.
Global options
| Option | Default | Description |
|---|---|---|
-D, --debug | Enable debug logging |