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
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
Syntax
public static void PnpmStoreStatus(this ICakeContext context)
Attributes
| Type |
Description |
| CakeMethodAliasAttribute |
|
| CakeAliasCategoryAttribute |
|
Parameters
| Name |
Type |
Description |
| context |
ICakeContext |
The context. |
Return Value