Class NewCommand
Assembly: Volo.Abp.Cli.Core.dll
Syntax
public class NewCommand : ProjectCreationCommandBase, IConsoleCommand, ITransientDependency
Constructors
Declaration
public NewCommand(ConnectionStringProvider connectionStringProvider, SolutionPackageVersionFinder solutionPackageVersionFinder, ICmdHelper cmdHelper, IInstallLibsService installLibsService, CliService cliService, AngularPwaSupportAdder angularPwaSupportAdder, InitialMigrationCreator initialMigrationCreator, ThemePackageAdder themePackageAdder, ILocalEventBus eventBus, IBundlingService bundlingService, ITemplateInfoProvider templateInfoProvider, TemplateProjectBuilder templateProjectBuilder, AngularThemeConfigurer angularThemeConfigurer, CliVersionService cliVersionService)
Parameters
Fields
Name
Declaration
public const string Name = "new"
Field Value
Properties
TemplateInfoProvider
Declaration
public ITemplateInfoProvider TemplateInfoProvider { get; }
Property Value
TemplateProjectBuilder
Declaration
protected TemplateProjectBuilder TemplateProjectBuilder { get; }
Property Value
Methods
ExecuteAsync(CommandLineArgs)
Declaration
public Task ExecuteAsync(CommandLineArgs commandLineArgs)
Parameters
Returns
GetShortDescription()
Declaration
public static string GetShortDescription()
Returns
GetUsageInfo()
Declaration
public string GetUsageInfo()
Returns
Implements
Extension Methods