PnpmExecAliases Class

Summary

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

Syntax

public static class PnpmExecAliases

Attributes

Type Description
CakeAliasCategoryAttribute
CakeNamespaceImportAttribute

Methods

Name Value Summary
PnpmExec(ICakeContext, string, PnpmExecSettings) void
Run a shell command in the context of a project using the specified settings
static
PnpmExec(ICakeContext, string) void
Run a shell command in the context of a project
static

Extension Methods

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