Definition at line 9 of file DeployCommand.php.
◆ configure()
Definition at line 11 of file DeployCommand.php.
14 ->setName(
'composer:magento:deploy')
15 ->setDescription(
'Test command registered in a module')
◆ execute()
execute |
( |
InputInterface |
$input, |
|
|
OutputInterface |
$output |
|
) |
| |
|
protected |
- Parameters
-
\Symfony\Component\Console\Input\InputInterface | $input | |
\Symfony\Component\Console\Output\OutputInterface | $output | |
- Returns
- int|void
Definition at line 24 of file DeployCommand.php.
27 $output->writeln(
'it works, maybe');
The documentation for this class was generated from the following file:
- vendor/magento/magento-composer-installer/src/MagentoHackathon/Composer/Magerun/DeployCommand.php