PnpmLicensesAliases Class

Summary

`pnpm licenses` aliases
Assembly
Cake.Pnpm.dll
Namespace
Cake.Pnpm
Base Types
  • Object
graph BT Type-->Base0["Object"] Type["PnpmLicensesAliases"] class Type type-node

Syntax

public static class PnpmLicensesAliases

Attributes

Type Description
CakeAliasCategoryAttribute
CakeNamespaceImportAttribute

Methods

Name Value Summary
PnpmLicenses(ICakeContext, Action<PnpmLicensesSettings>) void
Check the licenses of the installed packages using the settings returned by a configurator.
static
PnpmLicenses(ICakeContext, PnpmLicensesSettings) void
Check the licenses of the installed packages using the specified settings
static
PnpmLicenses(ICakeContext) void
Check the licenses of the installed packages.
static

Extension Methods

Name Value Summary
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin