#!/usr/bin/env bash

# Convenience script to run the pdpcli docker
# Examples:
#   ./pdpbackfill --help
# or
#   ./pdpbackfill --bucket-name=qa-pdp-backfill --manifest-file=jchung/pdp_qa_refresh/manifest.json
docker compose run --rm --build pdp-backfill-local backfill process $@
