Skip to content

onecx/bundle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bundle

Bundle delivery tool

License GitHub Workflow Status (branch) GitHub tag (latest SemVer)

tasks:

  • create release notes
  • diff of two bundles

Getting Started

bundle help
bundle notes --github-token **** --head test/Bundle-latest.yaml --base test/Bundle-2024-10-30.yaml -v debug

Commands

Command: bundle --help
Output:

Usage:
  bundle [command]

Available Commands:
  diff        Generate bundle diff
  notes       Generate bundle notes

Flags:
  -b, --base string                   base bundle file
  -t, --github-token string           github access token
  -f, --head string                   head bundle file
  -h, --help                          help for bundle
  -i, --ignore-products stringArray   ignore bundle products

Global Flags:
  -c, --config string      config file (default is .bundle.yaml)
  -v, --verbosity string   Log level (debug, info, warn and error (default "INFO")

Use "bundle bundle [command] --help" for more information about a command.

Development

Local build

go install
bundle version
{"Version":"dev","Commit":"none","Date":"unknown"}

Local docker build

go build
docker build -t bundle .

Test release packages

goreleaser release --snapshot --clean