feat(Makefile): add data connect management commands to Makefile

This commit introduces new commands to streamline Data Connect
management, including enabling APIs, initializing Firebase, and
deploying schemas. These commands enhance developer experience by
providing easy-to-use shortcuts for common Data Connect tasks.
This commit is contained in:
bwnyasse
2025-11-16 17:00:41 -05:00
parent 6e247867e1
commit 6824bded16

View File

@@ -76,6 +76,11 @@ help:
@echo " make create-issues-from-file - Bulk creates GitHub issues from a markdown file." @echo " make create-issues-from-file - Bulk creates GitHub issues from a markdown file."
@echo " make install-git-hooks - Installs git pre-push hook to protect main/dev branches." @echo " make install-git-hooks - Installs git pre-push hook to protect main/dev branches."
@echo "" @echo ""
@echo " --- DATA CONNECT MANAGEMENT ---"
@echo " make dataconnect-enable-apis - Enables required GCP APIs for Data Connect."
@echo " make dataconnect-init - Initializes Firebase Data Connect (interactive wizard)."
@echo " make dataconnect-deploy - Deploys Data Connect schemas (GraphQL -> Cloud SQL)."
@echo ""
@echo " --- BASE44 EXPORT WORKFLOW ---" @echo " --- BASE44 EXPORT WORKFLOW ---"
@echo " make integrate-export - Integrates a new Base44 export from '../krow-workforce-export-latest'." @echo " make integrate-export - Integrates a new Base44 export from '../krow-workforce-export-latest'."
@echo " make prepare-export - Prepares a fresh Base44 export for local use." @echo " make prepare-export - Prepares a fresh Base44 export for local use."