plugin-kit-ai bundle fetch
Generado a partir del árbol real de comandos Cobra.
Fetch and install a remote exported Python/Node bundle into a destination directory
plugin-kit-ai bundle fetch
Fetch and install a remote exported Python/Node bundle into a destination directory
Synopsis
Fetch a remote exported Python/Node bundle and install it into a destination directory.
Use either a direct HTTPS bundle URL with --url or a GitHub release reference as owner/repo plus --tag or --latest. This stable remote handoff surface is intentionally separate from the binary-only plugin-kit-ai install flow.
plugin-kit-ai bundle fetch [owner/repo] [flags]Options
--asset-name string specific GitHub release bundle asset name to install
--dest string destination directory for unpacked bundle contents
-f, --force overwrite an existing destination directory
--github-api-base string GitHub API base URL override (for tests or GitHub Enterprise)
--github-token string GitHub token (optional; default from GITHUB_TOKEN env)
-h, --help help for fetch
--latest install from the latest GitHub release instead of --tag
--platform string bundle platform hint for GitHub mode (codex-runtime or claude)
--runtime string bundle runtime hint for GitHub mode (python or node)
--sha256 string expected SHA256 for URL mode; overrides .sha256 sidecar lookup
--tag string GitHub release tag for bundle selection
--url string direct HTTPS URL to an exported .tar.gz bundleSEE ALSO
- plugin-kit-ai bundle - Bundle tooling for exported interpreted-runtime handoff archives