11 references to
aspire (11)
Commands\AddCommand.cs (1)
28
:
base
("add", AddCommandStrings.Description, features, updateNotifier)
Commands\ConfigCommand.cs (5)
22
:
base
("config", ConfigCommandStrings.Description, features, updateNotifier)
57
:
base
("get", ConfigCommandStrings.GetCommand_Description, features, updateNotifier)
101
:
base
("set", ConfigCommandStrings.SetCommand_Description, features, updateNotifier)
170
:
base
("list", ConfigCommandStrings.ListCommand_Description, features, updateNotifier)
203
:
base
("delete", ConfigCommandStrings.DeleteCommand_Description, features, updateNotifier)
Commands\ExecCommand.cs (1)
37
:
base
("exec", ExecCommandStrings.Description, features, updateNotifier)
Commands\NewCommand.cs (1)
37
:
base
("new", NewCommandStrings.Description, features, updateNotifier)
Commands\PublishCommandBase.cs (1)
39
:
base
(name, description, features, updateNotifier)
Commands\RunCommand.cs (1)
42
:
base
("run", RunCommandStrings.Description, features, updateNotifier)
Commands\TemplateCommand.cs (1)
16
:
base
(template.Name, template.Description, features, updateNotifier)