PnpmUpdateAliases Class

Summary

Pnpm Install aliases
Assembly
Cake.Pnpm.dll
Namespace
Cake.Pnpm
Base Types
  • Object
graph BT Type-->Base0["Object"] Type["PnpmUpdateAliases"] class Type type-node

Syntax

public static class PnpmUpdateAliases

Attributes

Type Description
CakeAliasCategoryAttribute
CakeNamespaceImportAttribute

Methods

Name Value Summary
PnpmUpdate(ICakeContext, Action<PnpmUpdateSettings>, string[]) void
Updates packages using the settings returned by a configurator
static
PnpmUpdate(ICakeContext, PnpmUpdateSettings) void
Updates packages using the specified settings
static
PnpmUpdate(ICakeContext, string[]) void
Updates packages to their latest version
static

Extension Methods

Name Value Summary
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin