C# Class Octopus.Cli.Commands.PackCommand

Inheritance: ICommand
显示文件 Open project: OctopusDeploy/Octo.exe

Public Methods

Method Description
Execute ( string commandLineArguments ) : System.Threading.Tasks.Task
GetHelp ( TextWriter writer ) : void
PackCommand ( ILogger log, IOctopusFileSystem fileSystem ) : System

Private Methods

Method Description
SelectFormat ( string fmt ) : IPackageBuilder

Method Details

Execute() public method

public Execute ( string commandLineArguments ) : System.Threading.Tasks.Task
commandLineArguments string
return System.Threading.Tasks.Task

GetHelp() public method

public GetHelp ( TextWriter writer ) : void
writer System.IO.TextWriter
return void

PackCommand() public method

public PackCommand ( ILogger log, IOctopusFileSystem fileSystem ) : System
log ILogger
fileSystem IOctopusFileSystem
return System