5 references to LogsCommand
aspire (4)
Commands\LogsCommand.cs (2)
79private readonly ILogger<LogsCommand> _logger; 114ILogger<LogsCommand> logger)
Commands\RootCommand.cs (1)
119LogsCommand logsCommand,
Program.cs (1)
378builder.Services.AddTransient<LogsCommand>();
Aspire.Cli.Tests (1)
Utils\CliTestHelper.cs (1)
175services.AddTransient<LogsCommand>();