class DeployProductionCommand extends AbstractAssetsDumpCommand

Class DeployProductionCommand - deploy production files

Properties

protected AssetFactory $factory from AbstractAssetsDumpCommand
protected Parser $parser from AbstractAssetsDumpCommand
protected $basePath from AbstractAssetsDumpCommand

Methods

initialize(InputInterface $input, OutputInterface $stdout)

No description

dumpAssets(string $filePath, OutputInterface $output)

Dump assets

configure()

No description

execute(InputInterface $mainInput, OutputInterface $output)

Deploy production files

Details

protected initialize(InputInterface $input, OutputInterface $stdout)

Parameters

InputInterface $input
OutputInterface $stdout

protected dumpAssets(string $filePath, OutputInterface $output)

Dump assets

Parameters

string $filePath
OutputInterface $output

at line 30
protected configure()

See also

Command

at line 45
protected execute(InputInterface $mainInput, OutputInterface $output)

Deploy production files

Parameters

InputInterface $mainInput
OutputInterface $output

Exceptions

Exception