BowerRunnerSettingsExtensions Class

Summary

Bower runner settings extensions
Assembly
Cake.Bower.dll
Namespace
Cake.Bower
Base Types
  • Object
graph BT Type-->Base0["Object"] Type["BowerRunnerSettingsExtensions"] class Type type-node

Syntax

public static class BowerRunnerSettingsExtensions

Methods

Name Value Summary
UseWorkingDirectory<T>(T, DirectoryPath) T
Set the working directory for the bower runner settings
static
WithAllowRoot<T>(T) T
Add --allow-root
static
WithForce<T>(T) T
Add --force to the bower command
static
WithJson<T>(T) T
Add --json
static
WithLogLevel<T>(T, BowerLogLevel) T
Sets the log level e.g. --loglevel=warn
static
WithOffline<T>(T) T
Add --offline
static
WithQuiet<T>(T) T
Add --quiet
static
WithSilent<T>(T) T
Add --silent
static
WithVerbose<T>(T) T
Add --verbose
static

Extension Methods

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