DefaultCommandSettings.

Bootstrap Property

Namespace
Cake.Commands
Containing Type
DefaultCommandSettings

Syntax

[CommandOption("--bootstrap")]
[Description("Download/install modules defined by [grey]#module[/] directives, but do not run build.")]
public bool Bootstrap { get; set; }

Attributes

Type Description
CommandOption
DescriptionAttribute

Value

Type Description
bool