DefaultCommandSettings.

Bootstrap Property

Summary

Gets or sets a value indicating whether to bootstrap modules without running the build.
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