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:
5
Makefile
5
Makefile
@@ -76,6 +76,11 @@ help:
|
||||
@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 ""
|
||||
@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 " 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."
|
||||
|
||||
Reference in New Issue
Block a user