PnpmListAliases Class

Summary

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

Syntax

public static class PnpmListAliases

Attributes

Type Description
CakeAliasCategoryAttribute
CakeNamespaceImportAttribute

Methods

Name Value Summary
PnpmList(ICakeContext, Action<PnpmListSettings>, string[]) void
Connect the local project to another one using the settings returned by a configurator.
static
PnpmList(ICakeContext, PnpmListSettings) void
Connect the local project to another one using the specified settings
static
PnpmList(ICakeContext, string[]) void
Connect the local project to another one
static

Extension Methods

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