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