feat(transport) : synchronisation du référentiel codes IDTF (ERP-149) #101

Merged
matthieu merged 16 commits from feat/erp-149-idtf-sync into develop 2026-06-15 15:45:25 +00:00
Showing only changes of commit c8bff68373 - Show all commits
+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