5 references to ExportCommand
aspire (4)
Commands\ExportCommand.cs (2)
30
private readonly ILogger<
ExportCommand
> _logger;
56
ILogger<
ExportCommand
> logger)
Commands\RootCommand.cs (1)
133
ExportCommand
exportCommand,
Program.cs (1)
403
builder.Services.AddTransient<
ExportCommand
>();
Aspire.Cli.Tests (1)
Utils\CliTestHelper.cs (1)
202
services.AddTransient<
ExportCommand
>();