await pMap()

in src/commands/documents.ts [161:166]


  await pMap(
    operationBatches,
    async (operations) => {
      await bulkUpsert(operations);
      progress.increment();
    },