#!/usr/bin/env php
<?php
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
require_once __DIR__ . '/autoload.php';

$application = \Magento\MagentoCloud\App\Bootstrap::create()->createApplication();
$application->setDefaultCommand('dump');
$application->run();
