39 references to
aspire (37)
Commands\AddCommand.cs (1)
48: base("add", AddCommandStrings.Description, features, updateNotifier, executionContext, interactionService, telemetry)
Commands\AgentCommand.cs (1)
27: base("agent", AgentCommandStrings.Description, features, updateNotifier, executionContext, interactionService, telemetry)
Commands\AgentInitCommand.cs (1)
46: base("init", AgentCommandStrings.InitCommand_Description, features, updateNotifier, executionContext, interactionService, telemetry)
Commands\AgentMcpCommand.cs (1)
59: base("mcp", AgentCommandStrings.McpCommand_Description, features, updateNotifier, executionContext, interactionService, telemetry)
Commands\CacheCommand.cs (2)
18: base("cache", CacheCommandStrings.Description, features, updateNotifier, executionContext, interactionService, telemetry) 36: base("clear", CacheCommandStrings.ClearCommand_Description, features, updateNotifier, executionContext, interactionService, telemetry)
Commands\ConfigCommand.cs (1)
25: base("config", ConfigCommandStrings.Description, features, updateNotifier, executionContext, interactionService, telemetry)
Commands\DocsCommand.cs (1)
28: base("docs", DocsCommandStrings.Description, features, updateNotifier, executionContext, interactionService, telemetry)
Commands\DocsGetCommand.cs (1)
48: base("get", DocsCommandStrings.GetDescription, features, updateNotifier, executionContext, interactionService, telemetry)
Commands\DocsListCommand.cs (1)
39: base("list", DocsCommandStrings.ListDescription, features, updateNotifier, executionContext, interactionService, telemetry)
Commands\DocsSearchCommand.cs (1)
49: base("search", DocsCommandStrings.SearchDescription, features, updateNotifier, executionContext, interactionService, telemetry)
Commands\DoctorCommand.cs (1)
33: base("doctor", DoctorCommandStrings.Description, features, updateNotifier, executionContext, interactionService, telemetry)
Commands\ExecCommand.cs (1)
62: base("exec", ExecCommandStrings.Description, features, updateNotifier, executionContext, interactionService, telemetry)
Commands\ExtensionInternalCommand.cs (2)
18public ExtensionInternalCommand(IFeatures features, ICliUpdateNotifier updateNotifier, IProjectLocator projectLocator, CliExecutionContext executionContext, IInteractionService interactionService, AspireCliTelemetry telemetry) : base("extension", "Hidden command for extension integration", features, updateNotifier, executionContext, interactionService, telemetry) 33public GetAppHostCandidatesCommand(IFeatures features, ICliUpdateNotifier updateNotifier, IProjectLocator projectLocator, CliExecutionContext executionContext, IInteractionService interactionService, AspireCliTelemetry telemetry) : base("get-apphosts", "Get AppHosts in the specified directory", features, updateNotifier, executionContext, interactionService, telemetry)
Commands\InitCommand.cs (1)
86: base("init", InitCommandStrings.Description, features, updateNotifier, executionContext, interactionService, telemetry)
Commands\LogsCommand.cs (1)
126: base("logs", LogsCommandStrings.Description, features, updateNotifier, executionContext, interactionService, telemetry)
Commands\McpCommand.cs (1)
27: base("mcp", McpCommandStrings.Description, features, updateNotifier, executionContext, interactionService, telemetry)
Commands\McpInitCommand.cs (1)
42: base("init", McpCommandStrings.InitCommand_Description, features, updateNotifier, executionContext, interactionService, telemetry)
Commands\McpStartCommand.cs (1)
28: base("start", McpCommandStrings.StartCommand_Description, features, updateNotifier, executionContext, interactionService, telemetry)
Commands\NewCommand.cs (1)
88: base("new", NewCommandStrings.Description, features, updateNotifier, executionContext, interactionService, telemetry)
Commands\PipelineCommandBase.cs (1)
71: base(name, description, features, updateNotifier, executionContext, interactionService, telemetry)
Commands\PsCommand.cs (1)
63: base("ps", PsCommandStrings.Description, features, updateNotifier, executionContext, interactionService, telemetry)
Commands\ResourceCommand.cs (1)
44: base("command", ResourceCommandStrings.CommandDescription, features, updateNotifier, executionContext, interactionService, telemetry)
Commands\ResourceCommandBase.cs (1)
65: base(name, description, features, updateNotifier, executionContext, interactionService, telemetry)
Commands\ResourcesCommand.cs (1)
100: base("resources", ResourcesCommandStrings.Description, features, updateNotifier, executionContext, interactionService, telemetry)
Commands\RunCommand.cs (1)
108: base("run", RunCommandStrings.Description, features, updateNotifier, executionContext, interactionService, telemetry)
Commands\Sdk\SdkCommand.cs (1)
27: base("sdk", "Commands for generating SDKs for building Aspire integrations in other languages.", features, updateNotifier, executionContext, interactionService, telemetry)
Commands\Sdk\SdkDumpCommand.cs (1)
59: base("dump", "Dump ATS capabilities from Aspire integration libraries.", features, updateNotifier, executionContext, interactionService, telemetry)
Commands\Sdk\SdkGenerateCommand.cs (1)
52: base("generate", "Generate typed SDKs from an Aspire integration library for use in other languages.", features, updateNotifier, executionContext, interactionService, telemetry)
Commands\StopCommand.cs (1)
45: base("stop", StopCommandStrings.Description, features, updateNotifier, executionContext, interactionService, telemetry)
Commands\TelemetryCommand.cs (1)
28: base("telemetry", TelemetryCommandStrings.Description, features, updateNotifier, executionContext, interactionService, telemetry)
Commands\TelemetryLogsCommand.cs (1)
54: base("logs", TelemetryCommandStrings.LogsDescription, features, updateNotifier, executionContext, interactionService, telemetry)
Commands\TelemetrySpansCommand.cs (1)
50: base("spans", TelemetryCommandStrings.SpansDescription, features, updateNotifier, executionContext, interactionService, telemetry)
Commands\TelemetryTracesCommand.cs (1)
48: base("traces", TelemetryCommandStrings.TracesDescription, features, updateNotifier, executionContext, interactionService, telemetry)
Commands\TemplateCommand.cs (1)
18: base(template.Name, template.Description, features, updateNotifier, executionContext, interactionService, telemetry)
Commands\UpdateCommand.cs (1)
57: base("update", UpdateCommandStrings.Description, features, updateNotifier, executionContext, interactionService, telemetry)
Aspire.Cli.Tests (2)
NuGet\NuGetPackagePrefetcherTests.cs (2)
106public TestCommand(string name = "test") : base(name, "Test command", null!, null!, null!, null!, null!) 118public TestCommandWithInterface() : base("test-interface", "Test command with interface", null!, null!, null!, null!, null!)