-
-
Notifications
You must be signed in to change notification settings - Fork 0
SyncCommand
github-actions edited this page Apr 19, 2026
·
1 revision
Orchestrates dev-tools synchronization commands for the consumer repository.
- Full name:
\FastForward\DevTools\Console\Command\SyncCommand - Parent class:
BaseCommand - This class is marked as final and can't be subclassed
- This class is a Final class
Creates a new SyncCommand instance.
public __construct(\FastForward\DevTools\Process\ProcessBuilderInterface $processBuilder, \FastForward\DevTools\Process\ProcessQueueInterface $processQueue): mixedParameters:
| Parameter | Type | Description |
|---|---|---|
$processBuilder |
\FastForward\DevTools\Process\ProcessBuilderInterface | the builder used to assemble dev-tools processes |
$processQueue |
\FastForward\DevTools\Process\ProcessQueueInterface | the queue used to execute synchronization commands |
{@inheritDoc}
protected configure(): voidQueues and executes synchronization commands.
protected execute(\Symfony\Component\Console\Input\InputInterface $input, \Symfony\Component\Console\Output\OutputInterface $output): intParameters:
| Parameter | Type | Description |
|---|---|---|
$input |
\Symfony\Component\Console\Input\InputInterface | the input interface |
$output |
\Symfony\Component\Console\Output\OutputInterface | the output interface |
Return Value:
the status code of the command