10 instantiations of InitCommand
dotnet-user-secrets (2)
Internal\InitCommand.cs (2)
37
new
InitCommand
(Options.Id, Options.Project).Execute(context);
42
new
InitCommand
(Options.Id, Options.Project).Execute(context, workingDirectory);
Microsoft.Extensions.SecretManager.Tools.Tests (8)
InitCommandTest.cs (8)
39
new
InitCommand
(null, null).Execute(MakeCommandContext(), projectDir);
53
new
InitCommand
(SecretId, null).Execute(MakeCommandContext(), projectDir);
67
new
InitCommand
(SecretId, null).Execute(MakeCommandContext(), projectDir);
81
new
InitCommand
(null, null).Execute(MakeCommandContext(), projectDir);
94
new
InitCommand
(null, null).Execute(MakeCommandContext(), projectDir);
108
new
InitCommand
(null, null).Execute(MakeCommandContext(), projectDir);
124
new
InitCommand
(NewId, null).Execute(MakeCommandContext(), projectDir);
140
new
InitCommand
(secretId, null).Execute(MakeCommandContext(), projectDir);