PnpmLicensesAliases.

PnpmLicenses(ICakeContext, PnpmLicensesSettings) Method

Summary

Check the licenses of the installed packages using the specified settings
Assembly
Cake.Pnpm.dll
Namespace
Cake.Pnpm
Containing Type
PnpmLicensesAliases

Syntax

public static void PnpmLicenses(this ICakeContext context, PnpmLicensesSettings settings)

Attributes

Type Description
CakeMethodAliasAttribute
CakeAliasCategoryAttribute

Parameters

Name Type Description
context ICakeContext The context.
settings PnpmLicensesSettings The settings

Return Value

Type Description
void