Vnext commands are new implementations of standard flub commands using new infrastructure.
Determines if an input version matches a latest minor release version. Intended to be used in the Fluid Framework CI pipeline only.
USAGE
$ flub vnext check latestVersions --releaseGroup <value> --version <value> [-v | --quiet]
FLAGS
--releaseGroup=<value> (required) The name of a release group.
--version=<value> (required) The version to check. When running in CI, this value corresponds to the pipeline
trigger branch.
LOGGING FLAGS
-v, --verbose Enable verbose logging.
--quiet Disable all logging.
DESCRIPTION
Determines if an input version matches a latest minor release version. Intended to be used in the Fluid Framework CI
pipeline only.
This command is used in CI to determine if a pipeline was triggered by a release branch with the latest minor version
of a major version.