PipelinesCommand<TSettings> Class
Namespace
Statiq.App
Interfaces
Base Types
Derived Types
graph BT Type-->Base0["EngineCommand<TSettings>"] Base0-->Base1["BaseCommand<TSettings>"] Base1-->Base2["AsyncCommand<TSettings>"] Type-.->Interface0["IBaseCommand"] click Interface0 "/api/Statiq.Common/IBaseCommand" Type["PipelinesCommand<TSettings>"] class Type type-node Derived0["InteractiveCommand<TSettings>"]-->Type click Derived0 "/api/Statiq.App/InteractiveCommand_1"

Syntax

[Description("Executes the specified pipelines.")]
public class PipelinesCommand<TSettings> : EngineCommand<TSettings>, IBaseCommand 
    where TSettings : BaseCommandSettings

Attributes

Type Description
Description

Type Parameters

Name Description
TSettings

Constructors

Methods

Extension Methods