10 references to s_appHostOption
aspire (10)
Commands\SecretDeleteCommand.cs (2)
32
Options.Add(SecretCommand.
s_appHostOption
);
39
var projectFile = parseResult.GetValue(SecretCommand.
s_appHostOption
);
Commands\SecretGetCommand.cs (2)
33
Options.Add(SecretCommand.
s_appHostOption
);
40
var projectFile = parseResult.GetValue(SecretCommand.
s_appHostOption
);
Commands\SecretListCommand.cs (2)
34
Options.Add(SecretCommand.
s_appHostOption
);
40
var projectFile = parseResult.GetValue(SecretCommand.
s_appHostOption
);
Commands\SecretPathCommand.cs (2)
25
Options.Add(SecretCommand.
s_appHostOption
);
30
var projectFile = parseResult.GetValue(SecretCommand.
s_appHostOption
);
Commands\SecretSetCommand.cs (2)
37
Options.Add(SecretCommand.
s_appHostOption
);
45
var projectFile = parseResult.GetValue(SecretCommand.
s_appHostOption
);