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