PnpmRemoveAliases Class

Summary

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

Syntax

public static class PnpmRemoveAliases

Attributes

Type Description
CakeAliasCategoryAttribute
CakeNamespaceImportAttribute

Methods

Name Value Summary
PnpmRemove(ICakeContext, PnpmRemoveSettings) void
Remove package using the specified settings
static
PnpmRemove(ICakeContext, string, Action<PnpmRemoveSettings>) void
Remove package using the settings returned by a configurator.
static
PnpmRemove(ICakeContext, string) void
Remove package
static

Extension Methods

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