12 references to DescribeCommandStrings
aspire (12)
Commands\DescribeCommand.cs (11)
78
Description =
DescribeCommandStrings
.ResourceArgumentDescription,
84
Description =
DescribeCommandStrings
.FollowOptionDescription
88
Description =
DescribeCommandStrings
.JsonOptionDescription
100
: base("describe",
DescribeCommandStrings
.Description, features, updateNotifier, executionContext, interactionService, telemetry)
125
string.Format(CultureInfo.CurrentCulture, SharedCommandStrings.SelectAppHost,
DescribeCommandStrings
.SelectAppHostAction),
173
_interactionService.DisplayError(string.Format(CultureInfo.CurrentCulture,
DescribeCommandStrings
.ResourceNotFound, resourceName));
275
table.AddBoldColumn(
DescribeCommandStrings
.HeaderName);
276
table.AddBoldColumn(
DescribeCommandStrings
.HeaderType);
277
table.AddBoldColumn(
DescribeCommandStrings
.HeaderState);
278
table.AddBoldColumn(
DescribeCommandStrings
.HeaderHealth);
279
table.AddBoldColumn(
DescribeCommandStrings
.HeaderEndpoints);
Resources\DescribeCommandStrings.Designer.cs (1)
31
System.Resources.ResourceManager temp = new System.Resources.ResourceManager("Aspire.Cli.Resources.DescribeCommandStrings", typeof(
DescribeCommandStrings
).Assembly);