PnpmRunAliases Class

Summary

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

Syntax

public static class PnpmRunAliases

Attributes

Type Description
CakeAliasCategoryAttribute
CakeNamespaceImportAttribute

Methods

Name Value Summary
PnpmRun(ICakeContext, string, PnpmRunSettings) void
Runs a defined package script using the specified settings
static
PnpmRun(ICakeContext, string) void
Runs a defined package script.
static
PnpmStart(ICakeContext) void
Runs an arbitrary command specified in the package's "start" property of its "scripts" object
static
PnpmTest(ICakeContext) void
Runs a package's "test" script, if one was provided
static

Extension Methods

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