bundle

command module
v0.0.0-...-588a758 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 20, 2024 License: Apache-2.0 Imports: 1 Imported by: 0

README

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

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL