2 references to ConfigCommand
aspire (2)
Commands\RootCommand.cs (1)
21
public RootCommand(NewCommand newCommand, RunCommand runCommand, AddCommand addCommand, PublishCommand publishCommand, DeployCommand deployCommand,
ConfigCommand
configCommand, IInteractionService interactionService)
Program.cs (1)
115
builder.Services.AddTransient<
ConfigCommand
>();