55 references to
aspire (53)
Commands\AddCommand.cs (1)
48: base("add", AddCommandStrings.Description, features, updateNotifier, executionContext, interactionService, telemetry)
Commands\AgentCommand.cs (1)
29: base("agent", AgentCommandStrings.Description, features, updateNotifier, executionContext, interactionService, telemetry)
Commands\AgentInitCommand.cs (1)
47: 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)
20: base("cache", CacheCommandStrings.Description, features, updateNotifier, executionContext, interactionService, telemetry) 38: base("clear", CacheCommandStrings.ClearCommand_Description, features, updateNotifier, executionContext, interactionService, telemetry)
Commands\CertificatesCleanCommand.cs (1)
23: base("clean", CertificatesCommandStrings.CleanDescription, features, updateNotifier, executionContext, interactionService, telemetry)
Commands\CertificatesCommand.cs (1)
19: base("certs", CertificatesCommandStrings.Description, features, updateNotifier, executionContext, interactionService, telemetry)
Commands\CertificatesTrustCommand.cs (1)
24: base("trust", CertificatesCommandStrings.TrustDescription, features, updateNotifier, executionContext, interactionService, telemetry)
Commands\ConfigCommand.cs (1)
27: base("config", ConfigCommandStrings.Description, features, updateNotifier, executionContext, interactionService, telemetry)
Commands\DescribeCommand.cs (1)
100: base("describe", DescribeCommandStrings.Description, features, updateNotifier, executionContext, interactionService, telemetry)
Commands\DocsCommand.cs (1)
30: 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)
35: base("doctor", DoctorCommandStrings.Description, features, updateNotifier, executionContext, interactionService, telemetry)
Commands\ExecCommand.cs (1)
54: base("exec", ExecCommandStrings.Description, features, updateNotifier, executionContext, interactionService, telemetry)
Commands\ExportCommand.cs (1)
57: base("export", ExportCommandStrings.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)
88: base("init", InitCommandStrings.Description, features, updateNotifier, executionContext, interactionService, telemetry)
Commands\LogsCommand.cs (1)
115: base("logs", LogsCommandStrings.Description, features, updateNotifier, executionContext, interactionService, telemetry)
Commands\McpCallCommand.cs (1)
53: base("call", McpCommandStrings.CallCommand_Description, features, updateNotifier, executionContext, interactionService, telemetry)
Commands\McpCommand.cs (1)
32: 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\McpToolsCommand.cs (1)
42: base("tools", McpCommandStrings.ToolsCommand_Description, features, updateNotifier, executionContext, interactionService, telemetry)
Commands\NewCommand.cs (1)
78: base("new", NewCommandStrings.Description, features, updateNotifier, executionContext, interactionService, telemetry)
Commands\PipelineCommandBase.cs (1)
76: base(name, description, features, updateNotifier, executionContext, interactionService, telemetry)
Commands\PsCommand.cs (1)
86: base("ps", PsCommandStrings.Description, features, updateNotifier, executionContext, interactionService, telemetry)
Commands\RenderCommand.cs (1)
45: base("render", "Smoke test CLI rendering", features, updateNotifier, executionContext, interactionService, telemetry)
Commands\ResourceCommand.cs (1)
55: base("resource", ResourceCommandStrings.CommandDescription, features, updateNotifier, executionContext, interactionService, telemetry)
Commands\RestoreCommand.cs (1)
46: base("restore", RestoreCommandStrings.Description, features, updateNotifier, executionContext, interactionService, telemetry)
Commands\RunCommand.cs (1)
99: 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)
51: base("generate", "Generate typed SDKs from an Aspire integration library for use in other languages.", features, updateNotifier, executionContext, interactionService, telemetry)
Commands\SecretCommand.cs (1)
34: base("secret", SecretCommandStrings.Description, features, updateNotifier, executionContext, interactionService, telemetry)
Commands\SecretDeleteCommand.cs (1)
35: base("delete", SecretCommandStrings.DeleteDescription, features, updateNotifier, executionContext, interactionService, telemetry)
Commands\SecretGetCommand.cs (1)
35: base("get", SecretCommandStrings.GetDescription, features, updateNotifier, executionContext, interactionService, telemetry)
Commands\SecretListCommand.cs (1)
36: base("list", SecretCommandStrings.ListDescription, features, updateNotifier, executionContext, interactionService, telemetry)
Commands\SecretPathCommand.cs (1)
28: base("path", SecretCommandStrings.PathDescription, features, updateNotifier, executionContext, interactionService, telemetry)
Commands\SecretSetCommand.cs (1)
39: base("set", SecretCommandStrings.SetDescription, features, updateNotifier, executionContext, interactionService, telemetry)
Commands\SetupCommand.cs (1)
37: base("setup", "Extract the embedded bundle to set up the Aspire CLI runtime", features, updateNotifier, executionContext, interactionService, telemetry)
Commands\StartCommand.cs (1)
32: base("start", StartCommandStrings.Description,
Commands\StopCommand.cs (1)
45: base("stop", StopCommandStrings.Description, features, updateNotifier, executionContext, interactionService, telemetry)
Commands\TelemetryCommand.cs (1)
30: base("otel", TelemetryCommandStrings.Description, features, updateNotifier, executionContext, interactionService, telemetry)
Commands\TelemetryLogsCommand.cs (1)
57: base("logs", TelemetryCommandStrings.LogsDescription, features, updateNotifier, executionContext, interactionService, telemetry)
Commands\TelemetrySpansCommand.cs (1)
53: base("spans", TelemetryCommandStrings.SpansDescription, features, updateNotifier, executionContext, interactionService, telemetry)
Commands\TelemetryTracesCommand.cs (1)
52: 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)
54: base("update", UpdateCommandStrings.Description, features, updateNotifier, executionContext, interactionService, telemetry)
Commands\WaitCommand.cs (1)
53: base("wait", WaitCommandStrings.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!)