Web
Docs
Framework
Guide
API
GitHub
Twitter
Get Help
Support/Buy
Bootstrapper
Command
Extensions
Class
Namespace
Statiq
.App
Class Types
BaseCommand
<TSettings>
BaseCommandSettings
Boostrapper
Shortcode
Extensions
Bootstrapper
Bootstrapper
Analyzer
Extensions
Bootstrapper
Command
Extensions
Bootstrapper
Configuration
Extensions
Bootstrapper
Default
Extensions
Bootstrapper
Extensions
BootstrapperFactory
Bootstrapper
Factory
Extensions
Bootstrapper
Pipeline
Extensions
ConfigurableCommands
ConsoleListener
Console
Logger
Provider
EngineCommand
<TSettings>
Engine
Command
Settings
GlobCommandSettings
GlobEvalCommand
Glob
Eval
Command
Settings
GlobTestCommand
Glob
Test
Command
Settings
I
Configuration
Builder
Extensions
I
Configurator
Extensions
InteractiveCommand
<TSettings>
InteractiveGlobals
PipelineBuilder
PipelinesCommand
<TSettings>
Pipelines
Command
Settings
Enum Types
DefaultFeatures
ExitCode
Interface Types
IEngineManager
Namespace
Statiq
.App
Base Types
object
BootstrapperCommandExtensions
object
Syntax
public static class BootstrapperCommandExtensions
Methods
Name
Return Value
Summary
AddCommand
<
T
Bootstrapper>
(TBootstrapper,
Type,
string,
string)
TBootstrapper
static
AddCommand
<
T
Bootstrapper>
(TBootstrapper,
Type,
string)
TBootstrapper
static
AddCommand
<
T
Bootstrapper>
(TBootstrapper,
Type)
TBootstrapper
static
AddCommand
<TCommand>
(Bootstrapper,
string)
Bootstrapper
static
AddCommand
<TCommand>
(Bootstrapper)
Bootstrapper
static
AddCommands
<
T
Bootstrapper>
(TBootstrapper,
Assembly)
TBootstrapper
Adds all commands that implement
ICommand
from the specified assembly.
static
AddCommands
<
T
Bootstrapper>
(TBootstrapper,
Type)
TBootstrapper
static
AddCommands
<
T
Bootstrapper>
(TBootstrapper)
TBootstrapper
Adds all commands that implement
ICommand
from the entry assembly.
static
AddCommands
<TParent>
(Bootstrapper)
Bootstrapper
static
AddDelegateCommand
<
T
Bootstrapper>
(TBootstrapper,
string,
Func
<CommandContext,
int>
)
TBootstrapper
static
AddDelegateCommand
<
T
Bootstrapper>
(TBootstrapper,
string,
string,
Func
<CommandContext,
int>
)
TBootstrapper
static
AddDelegateCommand
<TSettings>
(Bootstrapper,
string,
Func
<CommandContext,
TSettings,
int>
)
Bootstrapper
static
AddDelegateCommand
<TSettings>
(Bootstrapper,
string,
string,
Func
<CommandContext,
TSettings,
int>
)
Bootstrapper
static
AddPipelineCommand
<
T
Bootstrapper>
(TBootstrapper,
string,
bool,
string[])
TBootstrapper
static
AddPipelineCommand
<
T
Bootstrapper>
(TBootstrapper,
string,
Engine
Command
Settings)
TBootstrapper
static
AddPipelineCommand
<
T
Bootstrapper>
(TBootstrapper,
string,
string,
bool,
string[])
TBootstrapper
static
AddPipelineCommand
<
T
Bootstrapper>
(TBootstrapper,
string,
string,
Engine
Command
Settings)
TBootstrapper
static
AddPipelineCommand
<
T
Bootstrapper>
(TBootstrapper,
string,
string,
string[])
TBootstrapper
static
AddPipelineCommand
<
T
Bootstrapper>
(TBootstrapper,
string,
string[])
TBootstrapper
static
ConfigureCommands
<
T
Bootstrapper>
(TBootstrapper,
Action
<
I
Configurator>
)
TBootstrapper
static
On This Page
Syntax
Methods