Class: BuildCommand
Class: BuildCommand
The build command class.
Constructors
Constructor
new BuildCommand(context): BuildCommand;
Create a new instance of BuildCommand.
Parameters
context
The service container to manage dependencies.
Returns
BuildCommand
Methods
handle()
handle(event): Promise<void>;
Handle the incoming event.
Parameters
event
IncomingEvent
Returns
Promise<void>
The blueprint.
