PnpmUpdate.

Update(PnpmUpdateSettings) Method

Summary

Updates packages to their latest version based on the specified range. You can use "*" in package name to update all packages with the same pattern.
Assembly
Cake.Pnpm.dll
Namespace
Cake.Pnpm.Update
Containing Type
PnpmUpdate

Syntax

public void Update(PnpmUpdateSettings settings)

Parameters

Name Type Description
settings PnpmUpdateSettings The settings.

Return Value

Type Description
void