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