Priority
Status
Type
Related Stories
Story
As a bundle maintainer, I want to package my bundle into a tarball so that I can publish it as a GitHub Release asset.
Acceptance Criteria
oc bundle pack [PATH] [--output FILE] [--force] packages a bundle directory
- Default path is current directory
- Default output filename is
<bundle-name>-<bundle-version>.tar.gz derived from manifest
- Creates a .tar.gz archive containing the bundle directory
- Fails if output file exists (unless
--force)
- Generated archive passes
oc bundle validate when extracted
Created from PRD: docs/specs/opencode-helper-cli.md
Priority
Status
Type
Related Stories
Story
As a bundle maintainer, I want to package my bundle into a tarball so that I can publish it as a GitHub Release asset.
Acceptance Criteria
oc bundle pack [PATH] [--output FILE] [--force]packages a bundle directory<bundle-name>-<bundle-version>.tar.gzderived from manifest--force)oc bundle validatewhen extractedCreated from PRD: docs/specs/opencode-helper-cli.md