if (_.isUndefined(config[key])) {
        console.info(chalk.red(`Config is missing:`, key));
        console.info('Please make sure your config has a', key, 'property');
        return false;
      }