createApplication(\Magento\Framework\App\Http::class); $obj = $bootstrap->getObjectManager(); $state = $obj->get('\Magento\Framework\App\State'); $state->setAreaCode('global'); $disti = $obj->create('\IpSupply\CronJob\Cron\Disti'); $disti->execute();