Scroll to navigation

WOLFICTL-BUMP(1) WOLFICTL-BUMP(1)

NAME

wolfictl-bump - Bumps the epoch field in melange configuration files

SYNOPSIS

wolfictl bump config[.yaml] [config[.yaml]...] [flags]

DESCRIPTION

Bumps the epoch field in melange configuration files

The bump subcommand increments version numbers in package config files. For now it will only bump epoch numbers but a future version will allow users to control versions expressed in semver.

wolfictl bump can take a filename, a package or a file glob, increasing the version in each matching configuration file:

wolfictl bump zlib.yaml
wolfictl bump openssl
wolfictl bump lib*.yaml

The command assumes it is being run from the top of the wolfi/os repository. To look for files in another location use the --repo flag. You can use --dry-run to see which versions will be bumped without modifying anything in the filesystem.

OPTIONS

--dry-run[=false]
don't change anything, just print what would be done

--epoch[=true]
bump the package epoch

-h, --help[=false]
help for bump

--repo="."
path to the wolfi/os repository

OPTIONS INHERITED FROM PARENT COMMANDS

--log-level="WARN"
log level (e.g. debug, info, warn, error)

EXAMPLE

wolfictl bump openssh.yaml perl lib*.yaml

SEE ALSO

wolfictl(1)

Auto generated by spf13/cobra