|--major|--minor|--patch|--pre |--build >
FLAGS:
-h, --help Prints help information
--major Bump the MAJOR version.
--minor Bump the MINOR version.
--patch Bump the PATCH version.
OPTIONS:
--build Set the BUILD metadata.
--pre Set the PRE-RELEASE version.
--version Set the full VERSION
Note that `semvercli bump` will only take one flag or option at a time (i.e. it can only mutate the value of one
component per invocation).
It is used as such:
semvercli bump --version 0.0.1
semvercli bump --major
semvercli bump --minor
semvercli bump --patch
semvercli bump --pre rc.1
semvercli bump --build dev.amd64.linux
Read has the following interface:
semvercli-read
Read and print a specific version component.
USAGE:
semvercli read <--version|--major|--minor|--patch|--pre|--build>
FLAGS:
--build Print the BUILD version of this package.
-h, --help Prints help information
--major Print the MAJOR version of this package.
--minor Print the MINOR version of this package.
--patch Print the PATCH version of this package.
--pre Print the PRE-RELEASE version of this package.
--version Print the VERSION set in the given manifest.
Note that `semvercli read` will only take one flag or option at a time(i.e. it can only read the value of one
component per invocation).
It is used as such:
semvercli read --major
1
semvercli read --minor
1
semvercli read --patch
1
semvercli read --pre
rc.1
semvercli read --build
dev.amd64.linux
semvercli read --version
1.1.1-rc.1+dev.amd64.linux