Pimcore\Console\Command\RunUpdateScriptCommand::configure PHP Method

configure() protected method

protected configure ( )
    protected function configure()
    {
        $this->setName('deployment:run-update-script')->setDescription('Re-run an update script of a certain build')->addArgument("buildNumber", InputArgument::REQUIRED, "Build number of the script you want to run again");
    }
RunUpdateScriptCommand