PnpmStoreAliases.

PnpmStoreStatus(ICakeContext) Method

Summary

Checks for modified packages in the store. Returns exit code 0 if the content of the package is the same as it was at the time of unpacking
Assembly
Cake.Pnpm.dll
Namespace
Cake.Pnpm
Containing Type
PnpmStoreAliases

Syntax

public static void PnpmStoreStatus(this ICakeContext context)

Attributes

Type Description
CakeMethodAliasAttribute
CakeAliasCategoryAttribute

Parameters

Name Type Description
context ICakeContext The context.

Return Value

Type Description
void