PipelinesCommandSettings Class
Namespace
Statiq.App
Base Types
Derived Types
graph BT Type-->Base0["EngineCommandSettings"] click Base0 "/api/Statiq.App/EngineCommandSettings" Base0-->Base1["BaseCommandSettings"] click Base1 "/api/Statiq.App/BaseCommandSettings" Base1-->Base2["CommandSettings"] Type["PipelinesCommandSettings"] class Type type-node Derived0["PreviewCommandSettings"]-->Type click Derived0 "/api/Statiq.Web.Commands/PreviewCommandSettings"

Syntax

public class PipelinesCommandSettings : EngineCommandSettings

Properties

Name Property Type Summary
Analyzers string[]
Inherited from EngineCommandSettings
Attach bool
Inherited from BaseCommandSettings
CachePath string
Inherited from BaseCommandSettings
CleanMode CleanMode?
Inherited from EngineCommandSettings
Debug bool
Inherited from BaseCommandSettings
FailureLogLevel LogLevel?
Inherited from BaseCommandSettings
InputPaths string[]
Inherited from BaseCommandSettings
LogFile string
Inherited from BaseCommandSettings
LogLevel LogLevel
Inherited from BaseCommandSettings
NoCache bool
Inherited from EngineCommandSettings
NoClean bool
Inherited from EngineCommandSettings
NormalPipelines bool
OutputPath string
Inherited from BaseCommandSettings
Pipelines string[]
RootPath string
Inherited from BaseCommandSettings
SerialExecution bool
Inherited from EngineCommandSettings
Settings string[]
Inherited from BaseCommandSettings
StdIn bool
Inherited from EngineCommandSettings
TempPath string
Inherited from BaseCommandSettings

Extension Methods