5 references to ExportCommand
aspire (4)
Commands\ExportCommand.cs (2)
26private readonly ILogger<ExportCommand> _logger; 55ILogger<ExportCommand> logger,
Commands\RootCommand.cs (1)
166ExportCommand exportCommand,
Program.cs (1)
654builder.Services.AddTransient<ExportCommand>();
Aspire.Cli.Tests (1)
Utils\CliTestHelper.cs (1)
314services.AddTransient<ExportCommand>();