Class UpdateCommand
Inheritance
UpdateCommand
Assembly: Volo.Abp.Cli.Core.dll
Syntax
public class UpdateCommand : IConsoleCommand, ITransientDependency
Constructors
UpdateCommand(VoloNugetPackagesVersionUpdater, NpmPackagesUpdater)
Declaration
public UpdateCommand(VoloNugetPackagesVersionUpdater nugetPackagesVersionUpdater, NpmPackagesUpdater npmPackagesUpdater)
Parameters
Fields
Name
Declaration
public const string Name = "update"
Field Value
Properties
Logger
Declaration
public ILogger<UpdateCommand> Logger { get; set; }
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