13 references to SecretCommand
aspire (12)
Commands\RootCommand.cs (1)
169SecretCommand secretCommand,
Commands\SecretDeleteCommand.cs (2)
32Options.Add(SecretCommand.s_appHostOption); 39var projectFile = parseResult.GetValue(SecretCommand.s_appHostOption);
Commands\SecretGetCommand.cs (2)
33Options.Add(SecretCommand.s_appHostOption); 40var projectFile = parseResult.GetValue(SecretCommand.s_appHostOption);
Commands\SecretListCommand.cs (2)
34Options.Add(SecretCommand.s_appHostOption); 40var projectFile = parseResult.GetValue(SecretCommand.s_appHostOption);
Commands\SecretPathCommand.cs (2)
25Options.Add(SecretCommand.s_appHostOption); 30var projectFile = parseResult.GetValue(SecretCommand.s_appHostOption);
Commands\SecretSetCommand.cs (2)
37Options.Add(SecretCommand.s_appHostOption); 45var projectFile = parseResult.GetValue(SecretCommand.s_appHostOption);
Program.cs (1)
663builder.Services.AddTransient<SecretCommand>();
Aspire.Cli.Tests (1)
Utils\CliTestHelper.cs (1)
331services.AddTransient<SecretCommand>();