chore(transport) : ajouter la cible make qualimat-sync (ERP-39)

This commit is contained in:
2026-06-12 15:19:13 +02:00
parent b444061237
commit c8bff68373
+8
View File
@@ -249,6 +249,14 @@ sync-permissions:
seed-rbac:
$(SYMFONY_CONSOLE) --no-interaction app:seed-rbac
# Synchronise le referentiel des transporteurs QUALIMAT (ERP-39) : upsert sur
# le SIRET + soft-delete des absents + journal. Idempotent (refresh complet),
# prevu pour un cron quotidien.
# Options : --dry-run (analyse sans ecriture), --file=<chemin.json> (source
# locale au lieu de l'API), --ppp=<n> (taille de page API, defaut 10000).
qualimat-sync:
$(SYMFONY_CONSOLE) --no-interaction app:qualimat:sync
# Attention, supprime votre bdd local
db-reset:
$(DOCKER_COMPOSE) down -v