PnpmExec.

Exec(PnpmExecSettings) Method

Summary

Run a shell command in the context of a project. Visit https://pnpm.io/7.x/cli/exec for documentation about this command.
Assembly
Cake.Pnpm.dll
Namespace
Cake.Pnpm.Exec
Containing Type
PnpmExec

Syntax

public void Exec(PnpmExecSettings settings)

Parameters

Name Type Description
settings PnpmExecSettings

Return Value

Type Description
void