@@ -27,14 +27,14 @@ lineage-logs:
2727
2828# Check status of lineage services
2929lineage-status :
30- @echo " FlowForge Lineage Stack Status :"
30+ @echo " flowforge lineage stack status :"
3131 @echo " ================================"
3232 docker compose -f docker-compose.yml ps
3333 @echo " "
3434 @echo " Service Health Checks:"
35- @echo " • PostgreSQL: $$ (curl -s -o /dev/null -w '%{http_code}' http://localhost:5432 2>/dev/null || echo 'DOWN')"
36- @echo " • Marquez API: $$ (curl -s -o /dev/null -w '%{http_code}' http://localhost:5000/api/v1/namespaces 2>/dev/null || echo 'DOWN')"
37- @echo " • Marquez Web: $$ (curl -s -o /dev/null -w '%{http_code}' http://localhost:3000 2>/dev/null || echo 'DOWN')"
35+ @echo " • PostgreSQL: \$ (curl -s -o /dev/null -w \ '%{http_code}\ ' http://localhost:5432 2>/dev/null || echo \ 'DOWN\ ')"
36+ @echo " • Marquez API: \$ (curl -s -o /dev/null -w \ '%{http_code}\ ' http://localhost:5000/api/v1/namespaces 2>/dev/null || echo \ 'DOWN\ ')"
37+ @echo " • Marquez Web: \$ (curl -s -o /dev/null -w \ '%{http_code}\ ' http://localhost:3000 2>/dev/null || echo \ 'DOWN\ ')"
3838
3939# Clean up all data (removes PostgreSQL volume)
4040lineage-clean :
@@ -48,7 +48,7 @@ lineage-reset: lineage-clean lineage-up
4848 @echo " ✓ Lineage stack reset complete"
4949
5050help :
51- @echo " FlowForge Lineage Management Commands :"
51+ @echo " flowforge lineage management commands :"
5252 @echo " ====================================="
5353 @echo " make lineage-up - Start the lineage stack"
5454 @echo " make lineage-down - Stop the lineage stack"
5757 @echo " make lineage-clean - Clean up all data"
5858 @echo " make lineage-reset - Reset (clean + restart)"
5959 @echo " "
60- @echo " After starting, run your FlowForge pipelines and view lineage at:"
60+ @echo " After starting, run your flowforge pipelines and view lineage at:"
6161 @echo " http://localhost:3000"
0 commit comments