--file /path/to/csv/file [ -s site.org ] * e.g.: php bin/csv/import.php -e Contact --file /tmp/import.csv * */ require_once dirname(__DIR__) . '/cli.class.php'; $entityImporter = new civicrm_cli_csv_importer(); $entityImporter->run();