5 references to
aspire (5)
Commands\AddCommand.cs (1)
26
:
base
("add", "Add an integration to the Aspire project.")
Commands\NewCommand.cs (1)
25
:
base
("new", "Create a new Aspire sample project.")
Commands\PublishCommand.cs (1)
42
:
base
("publish", "Generates deployment artifacts for an Aspire app host project.")
Commands\RunCommand.cs (1)
28
:
base
("run", "Run an Aspire app host in development mode.")
Commands\TemplateCommand.cs (1)
13
public TemplateCommand(ITemplate template, Func<ParseResult, CancellationToken, Task<int>> executeCallback) :
base
(template.Name, template.Description)