diff --git a/build-tools/packages/build-cli/docs/vnext.md b/build-tools/packages/build-cli/docs/vnext.md index f630b41c43ec..ad7569068d93 100644 --- a/build-tools/packages/build-cli/docs/vnext.md +++ b/build-tools/packages/build-cli/docs/vnext.md @@ -4,6 +4,7 @@ Vnext commands are new implementations of standard flub commands using new infrastructure. * [`flub vnext check latestVersions`](#flub-vnext-check-latestversions) +* [`flub vnext modify fluid-deps`](#flub-vnext-modify-fluid-deps) ## `flub vnext check latestVersions` @@ -11,12 +12,12 @@ Determines if an input version matches a latest minor release version. Intended ``` USAGE - $ flub vnext check latestVersions --releaseGroup --version [-v | --quiet] + $ flub vnext check latestVersions -g --version [-v | --quiet] FLAGS - --releaseGroup= (required) The name of a release group. - --version= (required) The version to check. When running in CI, this value corresponds to the pipeline - trigger branch. + -g, --releaseGroup= (required) The name of a release group. + --version= (required) The version to check. When running in CI, this value corresponds to the + pipeline trigger branch. LOGGING FLAGS -v, --verbose Enable verbose logging. @@ -31,3 +32,53 @@ DESCRIPTION ``` _See code: [src/commands/vnext/check/latestVersions.ts](https://github.com/microsoft/FluidFramework/blob/main/build-tools/packages/build-cli/src/commands/vnext/check/latestVersions.ts)_ + +## `flub vnext modify fluid-deps` + +Update the dependency version that a release group has on another release group. That is, if one or more packages in the release group depend on package A in another release group, then this command will update the dependency range on package A and all other packages in that release group. + +``` +USAGE + $ flub vnext modify fluid-deps --on [-v | --quiet] [-g ...] [--prerelease] [-d ^|~|] + +FLAGS + -d, --dependencyRange=