6 references to InitCommand
aspire (3)
Commands\RootCommand.cs (1)
24InitCommand initCommand,
Program.cs (1)
141builder.Services.AddTransient<InitCommand>();
Templating\DotNetTemplateFactory.cs (1)
250if (parseResult.CommandResult.Command is InitCommand)
Aspire.Cli.Tests (3)
Commands\InitCommandTests.cs (2)
103var initCommand = serviceProvider.GetRequiredService<InitCommand>();
Utils\CliTestHelper.cs (1)
99services.AddTransient<InitCommand>();