BowerHelpSettings Class

Summary

Bower help settings
Assembly
Cake.Bower.dll
Namespace
Cake.Bower
Base Types
graph BT Type-->Base0["BowerRunnerSettings"] click Base0 "/api/Cake.Bower/BowerRunnerSettings" Base0-->Base1["ToolSettings"] Type["BowerHelpSettings"] class Type type-node

Syntax

public class BowerHelpSettings : BowerRunnerSettings

Constructors

Name Summary
BowerHelpSettings() Bower help settings
BowerHelpSettings(string) Bower help settings

Fields

Name Constant Value Summary
Command
The command to run
Inherited from BowerRunnerSettings

Properties

Name Value Summary
AllowRoot bool
Allows running commands as root
Inherited from BowerRunnerSettings
CommandName string
The command to get help for
Force bool
Makes various commands more forceful
Inherited from BowerRunnerSettings
Json bool
Output consumable JSON
Inherited from BowerRunnerSettings
LogLevel BowerLogLevel
What level of logs to report
Inherited from BowerRunnerSettings
Offline bool
Do not use network connection
Inherited from BowerRunnerSettings
Quiet bool
Only output important information. It is an alias for --loglevel=warn
Inherited from BowerRunnerSettings
Silent bool
Do not output anything, besides errors. It is an alias for --loglevel=error
Inherited from BowerRunnerSettings
Verbose bool
Makes output more verbose. It is an alias for --loglevel=debug
Inherited from BowerRunnerSettings

Methods

Name Value Summary
EvaluateCore(ProcessArgumentBuilder) void
Evaluate options
ForCommand(string) BowerHelpSettings
Set the command to get help for

Extension Methods

Name Value Summary
Dump<BowerHelpSettings>() string
Get a basic string representation of specified object.
Requires the Cake.Incubator addin
IsIn<BowerHelpSettings>(BowerHelpSettings[]) bool
Checks if the source is contained in a list
Requires the Cake.Incubator addin
NotNull<BowerHelpSettings>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Ftp addin
NotNull<BowerHelpSettings>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Issues addin
ThrowIfNull<BowerHelpSettings>(string, string) T
Throws a System.ArgumentNullException with a specific message if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ThrowIfNull<BowerHelpSettings>(string) T
Throws a System.ArgumentNullException if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin
UseWorkingDirectory<BowerHelpSettings>(DirectoryPath) T
Set the working directory for the bower runner settings
Requires the Cake.Bower addin
WithAllowRoot<BowerHelpSettings>() T
Add --allow-root
Requires the Cake.Bower addin
WithForce<BowerHelpSettings>() T
Add --force to the bower command
Requires the Cake.Bower addin
WithJson<BowerHelpSettings>() T
Add --json
Requires the Cake.Bower addin
WithLogLevel<BowerHelpSettings>(BowerLogLevel) T
Sets the log level e.g. --loglevel=warn
Requires the Cake.Bower addin
WithOffline<BowerHelpSettings>() T
Add --offline
Requires the Cake.Bower addin
WithQuiet<BowerHelpSettings>() T
Add --quiet
Requires the Cake.Bower addin
WithSilent<BowerHelpSettings>() T
Add --silent
Requires the Cake.Bower addin
WithVerbose<BowerHelpSettings>() T
Add --verbose
Requires the Cake.Bower addin