[object Object]

← back to AsSeenInMovies

Makefile: audit target (fleet-status + fleet-smoke)

d70a1125d36daf5770306f1e19a45c3208e3770d · 2026-05-13 15:00:22 -0700 · SteveStudio2

Files touched

Diff

commit d70a1125d36daf5770306f1e19a45c3208e3770d
Author: SteveStudio2 <stevestudio2@SteveStacStudio.lan>
Date:   Wed May 13 15:00:22 2026 -0700

    Makefile: audit target (fleet-status + fleet-smoke)
---
 Makefile | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 0b88548..9b4943e 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
 # asseeninmovies — common dev targets.
 # Run: make <target>
 
-.PHONY: help start dev smoke smoke-quiet smoke-json fleet-smoke fleet-status restart logs
+.PHONY: help start dev smoke smoke-quiet smoke-json fleet-smoke fleet-status audit restart logs
 
 help:
 	@printf 'Targets:\n'
@@ -12,6 +12,7 @@ help:
 	@printf '  smoke-json    — JSON output piped through jq\n'
 	@printf '  fleet-smoke   — full asim+sod smoke (~150 checks)\n'
 	@printf '  fleet-status  — at-a-glance health digest\n'
+	@printf '  audit         — fleet-status + fleet-smoke in one call\n'
 	@printf '  restart       — pm2 restart asseeninmovies\n'
 	@printf '  logs          — pm2 logs --nostream\n'
 
@@ -36,6 +37,11 @@ fleet-smoke:
 fleet-status:
 	~/Projects/_shared/scripts/fleet-status.sh
 
+audit:
+	@~/Projects/_shared/scripts/fleet-status.sh
+	@echo
+	@~/Projects/_shared/scripts/fleet-smoke.sh
+
 restart:
 	pm2 restart asseeninmovies
 

← 5bc6c50 smoke: /api/health perf budget bumped 500→1000ms (flaky cold  ·  back to AsSeenInMovies  ·  Guard .bak/.pre-/.orig paths in static middleware and gitign 2cee761 →