Skip to main content
← Back to list
01Issue
FeatureOpenSwamp CLIPublic
AssigneesNone

Relationships

#1793 swamp serve daemon enable: add --dashboard flag

Opened by stack72 · 8/22/2026

Problem

The --dashboard flag shipped in PR #2208 for swamp serve, but it is not available on swamp serve daemon enable. Every other serve flag (--hot-reload, --enable-internal-api, --remote-only, etc.) is forwarded to the daemon service definition, but --dashboard is missing.

Users who manage serve via the daemon can only enable the dashboard through serve.yaml (dashboard: true) or the SWAMP_DASHBOARD environment variable — the CLI flag path is broken.

Expected behavior

swamp serve daemon enable --dashboard should forward the flag to the generated service definition, matching the behavior of all other serve flags.

Fix

Add --dashboard to daemonEnableCommand and the collectServeExtraArgs branch, following the pattern of --hot-reload or --enable-internal-api.

Context

Documented the gap in swamp-club/swamp-club#1778 / PR #1126 — the daemon reference page notes the workaround. Fixing this lets us remove that note and add --dashboard to the forwarded flags table.

02Bog Flow
OPENTRIAGEDIN PROGRESSSHIPPED

Open

8/22/2026, 9:35:23 PM

No activity in this phase yet.

03Sludge Pulse

Sign in to post a ripple.