7 references to DeployCommandStrings
aspire (7)
Commands\DeployCommand.cs (6)
25: base("deploy", DeployCommandStrings.Description, runner, interactionService, projectLocator, telemetry, features, updateNotifier, executionContext, hostEnvironment, projectFactory, configuration, logger, ansiConsole) 29Description = DeployCommandStrings.ClearCacheOptionDescription 34protected override string OperationCompletedPrefix => DeployCommandStrings.OperationCompletedPrefix; 35protected override string OperationFailedPrefix => DeployCommandStrings.OperationFailedPrefix; 36protected override string GetOutputPathDescription() => DeployCommandStrings.OutputPathArgumentDescription; 78protected override string GetCanceledMessage() => DeployCommandStrings.DeploymentCanceled;
Resources\DeployCommandStrings.Designer.cs (1)
42global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Aspire.Cli.Resources.DeployCommandStrings", typeof(DeployCommandStrings).Assembly);