PnpmUnlinkAliases Class

Summary

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

Syntax

public static class PnpmUnlinkAliases

Attributes

Type Description
CakeAliasCategoryAttribute
CakeNamespaceImportAttribute

Methods

Name Value Summary
PnpmUnlink(ICakeContext, PnpmUnlinkSettings) void
Removes the link created by `pnpm link` and reinstalls package if it is saved in `package.json` using the specified settings
static
PnpmUnlink(ICakeContext, string, Action<PnpmUnlinkSettings>) void
Removes the link created by `pnpm link` and reinstalls package if it is saved in `package.json` using the settings returned by a configurator.
static
PnpmUnlink(ICakeContext, string) void
Removes the link created by `pnpm link` and reinstalls package if it is saved in `package.json`
static

Extension Methods

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