$io->title('Shopware setup process'); $io->text('This tool will setup your instance.');
if(!$input->getOption('force') && file_exists($this->projectDir . '/.env')){ $io->comment('Instance has already been set-up. To start over, please delete your .env file.');