This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see
Cake.Pnpm.
Summary
Run a shell command in the context of a project using the specified settings
Syntax
public static void PnpmExec(this ICakeContext context, string command, PnpmExecSettings settings)
Attributes
| Type |
Description |
| CakeMethodAliasAttribute |
|
| CakeAliasCategoryAttribute |
|
Parameters
| Name |
Type |
Description |
| context |
ICakeContext |
The context. |
| command |
string |
Command to run |
| settings |
PnpmExecSettings |
The settings |
Return Value