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