24 ->setDescription(
"Build static artifacts from source")
25 ->addOption(
"yes",
"y", InputOption::VALUE_NONE,
"Confirm every message of the setup.");
30 $io->
title(
"Building static artifacts");
35 $io->
success(
"All static artifacts are build!");
Wrapper around symfonies input and output facilities to provide just the functionality required for t...
printIntroMessage(IOWrapper $io)
An objective is a desired state of the system that is supposed to be created by the setup...
buildEnvironment(Agent $agent, ?Config $config, IOWrapper $io)
getBuildArtifactObjective()
Get the goal the agent wants to achieve to build artifacts.
A agent is some component that performs part of the setup process.
readAgentConfig(Agent $agent, InputInterface $input)
getObjective(Agent $agent, ?Config $config)
A configuration for the setup.
printOutroMessage(IOWrapper $io)