Pulse/cmd/pulse
rcourtman b29a830046 Fix bootstrap-token command to use correct env var and default path
The bootstrap-token CLI command had two bugs:
1. Used PULSE_DATA_PATH instead of PULSE_DATA_DIR (typo)
2. Used /var/lib/pulse as fallback instead of /etc/pulse

This caused the command to look in the wrong location for non-Docker
deployments. Fixed to match config.Load() logic:
- Check PULSE_DATA_DIR env var first
- Fall back to /data for Docker, /etc/pulse otherwise
2025-11-09 23:46:41 +00:00
..
bootstrap.go Fix bootstrap-token command to use correct env var and default path 2025-11-09 23:46:41 +00:00
config.go feat: add PBS/PMG stubs to test harness and implement HTTP config fetch 2025-10-20 16:05:45 +00:00
main.go Improve bootstrap token UX for easier discovery 2025-11-06 17:29:49 +00:00
metrics_server.go feat: add adaptive polling scheduler infrastructure (Phase 2 Tasks 1-3) 2025-10-20 15:13:37 +00:00