Skip to content

codysoyland/sigstore-bundle-upgrade

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sigstore-bundle-upgrade

This repo contains a CLI utility that can be used to upgrade a Sigstore Bundle from one version to a newer version.

Usage

$ go build

$ ./sigstore-bundle-upgrade -h
Usage: sigstore-bundle-upgrade <path/to/sigstore/bundle>
  -in-place
        Update the bundle in place (otherwise print to stdout)
  -pretty
        Pretty print the output
  -version string
        Bundle version to upgrade to (default "0.3")

$ ./sigstore-bundle-upgrade myBundle.sigstore.json > myBundle.v0.3.sigstore.json

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages