hstack (local stack)
Debugging (inspect + env knobs)
Where to look when something is “weird”: effective paths, pinned repo, ports, logs, and key env knobs.
Inspect what hstack is actually using
hstack where
hstack where --jsonCommon follow-ups:
hstack stack info exp1
hstack stack info exp1 --jsonInspect stack health
hstack stack doctor exp1Logs:
hstack logs
hstack logs:tail
hstack stack service exp1 logs
hstack stack service exp1 tailHigh-signal env knobs
Paths:
HAPPIER_STACK_HOME_DIRHAPPIER_STACK_RUNTIME_DIRHAPPIER_STACK_WORKSPACE_DIRHAPPIER_STACK_REPO_DIRHAPPIER_STACK_CLI_ROOT_DIR
Run behavior:
HAPPIER_STACK_NO_BROWSER=1HAPPIER_STACK_CLI_BUILD_MODE=auto|always|neverHAPPIER_STACK_CLI_BUILD=0
Auth seeding:
HAPPIER_STACK_AUTH_SEED_FROM=dev-authHAPPIER_STACK_AUTO_AUTH_SEED=1
See also /docs/hstack/paths-and-env for precedence and where env files live.