13 references to LogsCommandStrings
aspire (13)
Commands\LogsCommand.cs (12)
104: base("logs", LogsCommandStrings.Description, features, updateNotifier, executionContext, interactionService, telemetry) 117resourceArgument.Description = LogsCommandStrings.ResourceArgumentDescription; 122projectOption.Description = LogsCommandStrings.ProjectOptionDescription; 126followOption.Description = LogsCommandStrings.FollowOptionDescription; 131Description = LogsCommandStrings.JsonOptionDescription 137Description = LogsCommandStrings.TailOptionDescription 153_interactionService.DisplayError(LogsCommandStrings.TailMustBePositive); 158var scanningMessage = format == OutputFormat.Json ? string.Empty : LogsCommandStrings.ScanningForRunningAppHosts; 163LogsCommandStrings.SelectAppHost, 164LogsCommandStrings.NoInScopeAppHostsShowingAll, 165LogsCommandStrings.AppHostNotRunning, 305_interactionService.DisplayMessage("ℹ️", LogsCommandStrings.NoResourcesFound);
Resources\LogsCommandStrings.Designer.cs (1)
31System.Resources.ResourceManager temp = new System.Resources.ResourceManager("Aspire.Cli.Resources.LogsCommandStrings", typeof(LogsCommandStrings).Assembly);