This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Bower.
Summary
Bower home settings
- Assembly
- Cake
.Bower .dll - Namespace
- Cake
.Bower - Base Types
-
- ToolSettings
- BowerRunnerSettings
graph BT
Type-->Base0["BowerRunnerSettings"]
click Base0 "/api/Cake.Bower/BowerRunnerSettings"
Base0-->Base1["ToolSettings"]
Type["BowerHomeSettings"]
class Type type-node
Syntax
public class BowerHomeSettings : BowerRunnerSettings
Constructors
Name | Summary |
---|---|
BowerHomeSettings |
Bower home settings |
BowerHomeSettings |
Bower home 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
|
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
|
Package | string |
The package to open the home page of
|
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 |
void |
Evaluate options
|
ForPackage |
BowerHomeSettings |
Set the package to open the home page of
|
Extension Methods
Name | Value | Summary |
---|---|---|
Dump |
string |
Get a basic string representation of specified object.
From LoggingExtensions
Requires the Cake.Incubator addin
|
IsIn |
bool |
Checks if the source is contained in a list
From EnumerableExtensions
Requires the Cake.Incubator addin
|
NotNull |
void |
Throws an exception if the specified parameter's value is null.
From Extensions
Requires the Cake.Ftp addin
|
NotNull |
void |
From IssuesArgumentChecks
Requires the Cake.Issues addin
|
ThrowIfNull |
T |
Throws a
System.ArgumentNullException with a specific message if the value is null, otherwise returns the value
From AssertExtensions
Requires the Cake.Incubator addin
|
ThrowIfNull |
T |
Throws a
System.ArgumentNullException if the value is null, otherwise returns the value
From AssertExtensions
Requires the Cake.Incubator addin
|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|
UseWorkingDirectory |
T |
Set the working directory for the bower runner settings
Requires the Cake.Bower addin
|
WithAllowRoot |
T |
Add --allow-root
Requires the Cake.Bower addin
|
WithForce |
T |
Add --force to the bower command
Requires the Cake.Bower addin
|
WithJson |
T |
Add --json
Requires the Cake.Bower addin
|
WithLogLevel |
T |
Sets the log level e.g. --loglevel=warn
Requires the Cake.Bower addin
|
WithOffline |
T |
Add --offline
Requires the Cake.Bower addin
|
WithQuiet |
T |
Add --quiet
Requires the Cake.Bower addin
|
WithSilent |
T |
Add --silent
Requires the Cake.Bower addin
|
WithVerbose |
T |
Add --verbose
Requires the Cake.Bower addin
|