11 references to SecretCommand
aspire (10)
Commands\RootCommand.cs (1)
134
SecretCommand
secretCommand,
Commands\SecretDeleteCommand.cs (2)
40
Options.Add(
SecretCommand
.s_appHostOption);
47
var projectFile = parseResult.GetValue(
SecretCommand
.s_appHostOption);
Commands\SecretGetCommand.cs (2)
40
Options.Add(
SecretCommand
.s_appHostOption);
47
var projectFile = parseResult.GetValue(
SecretCommand
.s_appHostOption);
Commands\SecretListCommand.cs (2)
40
Options.Add(
SecretCommand
.s_appHostOption);
46
var projectFile = parseResult.GetValue(
SecretCommand
.s_appHostOption);
Commands\SecretSetCommand.cs (2)
45
Options.Add(
SecretCommand
.s_appHostOption);
53
var projectFile = parseResult.GetValue(
SecretCommand
.s_appHostOption);
Program.cs (1)
396
builder.Services.AddTransient<
SecretCommand
>();
Aspire.Cli.Tests (1)
Utils\CliTestHelper.cs (1)
206
services.AddTransient<
SecretCommand
>();