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