DefaultCommandSettings.

SkipBootstrap Property

Namespace
Cake.Commands
Containing Type
DefaultCommandSettings

Syntax

[CommandOption("--skip-bootstrap")]
[Description("Skips bootstrapping when running build.")]
public bool SkipBootstrap { get; set; }

Attributes

Type Description
CommandOption
DescriptionAttribute

Value

Type Description
bool