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