5 types derived from PipelineCommandBase
aspire (5)
Commands\DeployCommand.cs (1)
16
internal sealed class DeployCommand :
PipelineCommandBase
Commands\DestroyCommand.cs (1)
16
internal sealed class DestroyCommand :
PipelineCommandBase
Commands\DoCommand.cs (1)
16
internal sealed class DoCommand :
PipelineCommandBase
Commands\PublishCommand.cs (1)
35
internal sealed class PublishCommand :
PipelineCommandBase
Commands\RenderCommand.cs (1)
818
:
PipelineCommandBase
("test-render", "Test rendering", runner, projectLocator, features, hostEnvironment, projectFactory, configuration, logger, ansiConsole, services)
1 reference to PipelineCommandBase
Aspire.Cli.Tests (1)
Commands\PipelineCommandListStepsTests.cs (1)
140
private (
PipelineCommandBase
Command, StringWriter Writer) CreateCommandWithCapturedOutput()