- Namespace
- Statiq
.App - Base Types
-
- CommandSettings
- BaseCommandSettings
- Engine
Command Settings
- 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 Engine
|
Attach | bool |
Inherited from BaseCommandSettings
|
CachePath | string |
Inherited from BaseCommandSettings
|
CleanMode | CleanMode? |
Inherited from Engine
|
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 Engine
|
NoClean | bool |
Inherited from Engine
|
NormalPipelines | bool | |
OutputPath | string |
Inherited from BaseCommandSettings
|
Pipelines | string[] | |
RootPath | string |
Inherited from BaseCommandSettings
|
SerialExecution | bool |
Inherited from Engine
|
Settings | string[] |
Inherited from BaseCommandSettings
|
StdIn | bool |
Inherited from Engine
|
TempPath | string |
Inherited from BaseCommandSettings
|