NpmUpdateAliases Class

Summary

Npm Update aliases
Assembly
Cake.Npm.dll
Namespace
Cake.Npm
Base Types
  • Object
graph BT Type-->Base0["Object"] Type["NpmUpdateAliases"] class Type type-node

Syntax

public static class NpmUpdateAliases

Attributes

Type Description
CakeAliasCategoryAttribute
CakeNamespaceImportAttribute

Methods

Name Value Summary
NpmUpdate(ICakeContext, Action<NpmUpdateSettings>) void
Updates all packages for the project using the settings returned by a configurator.
static
NpmUpdate(ICakeContext, NpmUpdateSettings) void
Updates all packages for the project using the specified settings.
static
NpmUpdate(ICakeContext) void
Updates all packages for the project in the current working directory.
static

Extension Methods

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