if (PHP_SAPI !== 'cli'
) { return;
}// Bootstrap.
$autoloader =
require __DIR__ . '/../../autoload.php';
$request = Request::
createFromGlobals();
Settings::
initialize(dirname(__DIR__, 2
), DrupalKernel::
findSitePath($request),
$autoloader);
DrupalKernel::
createFromRequest($request,
$autoloader, 'prod'
)->
boot();
// Run the database dump command.
$application =
new GenerateProxyClassApplication(new ProxyBuilder());
$application->
run();