16 references to LogsCommandStrings
aspire (16)
Commands\LogsCommand.cs (15)
86Description = LogsCommandStrings.ResourceArgumentDescription, 92Description = LogsCommandStrings.FollowOptionDescription 96Description = LogsCommandStrings.JsonOptionDescription 100Description = LogsCommandStrings.TailOptionDescription 104Description = LogsCommandStrings.TimestampsOptionDescription 108Description = LogsCommandStrings.IncludeHiddenOptionDescription 112Description = LogsCommandStrings.SearchOptionDescription 124: base("logs", LogsCommandStrings.Description, services) 158return CommandResult.Failure(CliExitCodes.InvalidCommand, LogsCommandStrings.TailMustBePositive); 164string.Format(CultureInfo.CurrentCulture, SharedCommandStrings.SelectAppHost, LogsCommandStrings.SelectAppHostAction), 188return CommandResult.Failure(CliExitCodes.InvalidCommand, string.Format(CultureInfo.CurrentCulture, LogsCommandStrings.ResourceNotFound, resourceName)); 195InteractionService.DisplayMessage(KnownEmojis.Information, LogsCommandStrings.NoResourcesFound); 244LogsCommandStrings.GettingLogs, 282InteractionService.DisplayMessage(KnownEmojis.Information, LogsCommandStrings.NoLogsFound); 312LogsCommandStrings.GettingLogs,
Resources\LogsCommandStrings.Designer.cs (1)
31System.Resources.ResourceManager temp = new System.Resources.ResourceManager("Aspire.Cli.Resources.LogsCommandStrings", typeof(LogsCommandStrings).Assembly);