PnpmPruneAliases Class

Summary

`pnpm prune` aliases
Assembly
Cake.Pnpm.dll
Namespace
Cake.Pnpm
Base Types
  • Object
graph BT Type-->Base0["Object"] Type["PnpmPruneAliases"] class Type type-node

Syntax

public static class PnpmPruneAliases

Attributes

Type Description
CakeAliasCategoryAttribute
CakeNamespaceImportAttribute

Methods

Name Value Summary
PnpmPrune(ICakeContext, Action<PnpmPruneSettings>) void
Removes extraneous packages using the settings returned by a configurator.
static
PnpmPrune(ICakeContext, PnpmPruneSettings) void
Removes extraneous packages using the specified settings
static
PnpmPrune(ICakeContext) void
Removes extraneous packages
static

Extension Methods

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