13 references to LogsCommandStrings
aspire (13)
Commands\LogsCommand.cs (12)
83
Description =
LogsCommandStrings
.ResourceArgumentDescription,
89
Description =
LogsCommandStrings
.FollowOptionDescription
93
Description =
LogsCommandStrings
.JsonOptionDescription
97
Description =
LogsCommandStrings
.TailOptionDescription
101
Description =
LogsCommandStrings
.TimestampsOptionDescription
115
: base("logs",
LogsCommandStrings
.Description, features, updateNotifier, executionContext, interactionService, telemetry)
144
_interactionService.DisplayError(
LogsCommandStrings
.TailMustBePositive);
151
string.Format(CultureInfo.CurrentCulture, SharedCommandStrings.SelectAppHost,
LogsCommandStrings
.SelectAppHostAction),
177
_interactionService.DisplayError(string.Format(CultureInfo.CurrentCulture,
LogsCommandStrings
.ResourceNotFound, resourceName));
185
_interactionService.DisplayMessage(KnownEmojis.Information,
LogsCommandStrings
.NoResourcesFound);
211
LogsCommandStrings
.GettingLogs,
264
LogsCommandStrings
.GettingLogs,
Resources\LogsCommandStrings.Designer.cs (1)
31
System.Resources.ResourceManager temp = new System.Resources.ResourceManager("Aspire.Cli.Resources.LogsCommandStrings", typeof(
LogsCommandStrings
).Assembly);