Skip to content

AgentsCommand

github-actions edited this page Apr 20, 2026 · 1 revision

Synchronizes packaged Fast Forward project agents into the consumer repository.


  • Full name: \FastForward\DevTools\Console\Command\AgentsCommand
  • Parent class: BaseCommand
  • This class is marked as final and can't be subclassed
  • This class is a Final class

Methods

__construct

public __construct(\FastForward\DevTools\Sync\PackagedDirectorySynchronizer $synchronizer, \FastForward\DevTools\Filesystem\FilesystemInterface $filesystem): mixed

Parameters:

Parameter Type Description
$synchronizer \FastForward\DevTools\Sync\PackagedDirectorySynchronizer
$filesystem \FastForward\DevTools\Filesystem\FilesystemInterface

execute

protected execute(\Symfony\Component\Console\Input\InputInterface $input, \Symfony\Component\Console\Output\OutputInterface $output): int

Parameters:

Parameter Type Description
$input \Symfony\Component\Console\Input\InputInterface
$output \Symfony\Component\Console\Output\OutputInterface

Clone this wiki locally