- Namespace
- Statiq
.App - Base Types
-
- CommandSettings
- BaseCommandSettings
- Engine
Command Settings
- Derived Types
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
|