11 references to
aspire (11)
Commands\AddCommand.cs (1)
30
:
base
("add", AddCommandStrings.Description, features, updateNotifier)
Commands\ConfigCommand.cs (5)
24
:
base
("config", ConfigCommandStrings.Description, features, updateNotifier)
61
:
base
("get", ConfigCommandStrings.GetCommand_Description, features, updateNotifier)
105
:
base
("set", ConfigCommandStrings.SetCommand_Description, features, updateNotifier)
174
:
base
("list", ConfigCommandStrings.ListCommand_Description, features, updateNotifier)
207
:
base
("delete", ConfigCommandStrings.DeleteCommand_Description, features, updateNotifier)
Commands\ExecCommand.cs (1)
40
:
base
("exec", ExecCommandStrings.Description, features, updateNotifier)
Commands\NewCommand.cs (1)
43
:
base
("new", NewCommandStrings.Description, features, updateNotifier)
Commands\PublishCommandBase.cs (1)
44
:
base
(name, description, features, updateNotifier)
Commands\RunCommand.cs (1)
46
:
base
("run", RunCommandStrings.Description, features, updateNotifier)
Commands\TemplateCommand.cs (1)
16
:
base
(template.Name, template.Description, features, updateNotifier)