plugin-kit-ai bundle publish
Generado a partir del árbol real de comandos 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 createSEE ALSO
- plugin-kit-ai bundle - Bundle tooling for exported interpreted-runtime handoff archives