Class SuiteCommand
Assembly: Volo.Abp.Cli.Core.dll
Syntax
public class SuiteCommand : IConsoleCommand, ITransientDependency
Constructors
SuiteCommand(AbpNuGetIndexUrlService, PackageVersionCheckerService, ICmdHelper, AuthService, CliHttpClientFactory, SuiteAppSettingsService)
Declaration
public SuiteCommand(AbpNuGetIndexUrlService nuGetIndexUrlService, PackageVersionCheckerService packageVersionCheckerService, ICmdHelper cmdHelper, AuthService authService, CliHttpClientFactory cliHttpClientFactory, SuiteAppSettingsService suiteAppSettingsService)
Parameters
Fields
Name
Declaration
public const string Name = "suite"
Field Value
Properties
CmdHelper
Declaration
public ICmdHelper CmdHelper { get; }
Property Value
Logger
Declaration
public ILogger<SuiteCommand> 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