Skip to content
Surface: CliStability: Public StableMaturity: StableSource

plugin-kit-ai bundle publish

由实际的 Cobra 命令树生成。

Publish an exported Python/Node bundle to GitHub Releases

plugin-kit-ai bundle publish

Publish an exported Python/Node bundle to GitHub Releases

Synopsis

Publish an exported Python/Node bundle to GitHub Releases.

This stable producer-side handoff surface exports a bundle, creates a published release by default, uses --draft to keep the release as draft, uploads the bundle plus a sibling .sha256 asset, and remains separate from the binary-only plugin-kit-ai install flow.

plugin-kit-ai bundle publish [path] [flags]

Options

      --draft                 keep the target release as draft instead of published
  -f, --force                 replace existing bundle assets with the same name
      --github-token string   GitHub token (optional; default from GITHUB_TOKEN env)
  -h, --help                  help for publish
      --platform string       target platform to export and publish (codex-runtime or claude)
      --repo string           GitHub owner/repo that will receive the bundle assets
      --tag string            GitHub release tag to reuse or create

SEE ALSO

  • plugin-kit-ai bundle - Bundle tooling for exported interpreted-runtime handoff archives

面向插件作者和集成者的公共文档。