make help
List every available Make target with a one-line description.
Usage
make help
help is the default goal, so a bare make (with no target) prints the same
list instead of silently running setup:
make
Output
SPLENT CLI — host-side Make targets
cli Enter the CLI container (full pre-flight; day-to-day shortcut)
cli-enter Enter the running CLI container (quiet pre-flight)
docker-up Ensure .env, then start the CLI container (host pre-flight)
env-check Validate ../.env (duplicate/overlapping/malformed keys, paths, app)
env-prepare Ensure ../.env exists and is correct (create from template + repair)
fix-app Clear a dangling SPLENT_APP in ../.env (back to detached mode)
fix-env Repair workdir + app, then re-validate ../.env
fix-workdir Repair SPLENT_HOST_PROJECT_DIR / WORKING_DIR in ../.env
help Show this help (list of make targets)
preflight Run host pre-flight checks only (no container)
setup Full setup: ensure+validate .env, start Docker, enter CLI
setup-rebuild Tear down, rebuild images from scratch, re-enter (DESTRUCTIVE — asks first)
How it works
The list is generated from the ## comments next to each target in the
Makefiles, so it never goes stale — adding a documented target makes it appear
here automatically.