4 references to ApiListCommand
aspire (3)
Commands\ApiCommand.cs (1)
23ApiListCommand listCommand,
Commands\ApiListCommand.cs (1)
33/// Initializes a new instance of the <see cref="ApiListCommand"/> class.
Program.cs (1)
655builder.Services.AddTransient<ApiListCommand>();
Aspire.Cli.Tests (1)
Utils\CliTestHelper.cs (1)
322services.AddTransient<ApiListCommand>();