Files
fusion/.changeset/add-node-management-cli.md
gsxdsm 0ced2ce467 feat(FN-1080): add node management APIs and CLI commands
- Add dashboard /api/nodes CRUD, health-check, and metrics routes backed by CentralCore with request validation
- Extend project updates and frontend API types to support node assignment via nodeId
- Add dashboard API client helpers for node list/register/update/delete/health/metrics operations
- Implement fn node list/add/remove/show/health commands with validation, confirmation, and table/JSON output
- Add route and CLI/bin tests plus a minor @gsxdsm/fusion changeset for node management support
2026-04-07 22:28:58 -07:00

197 B

@gsxdsm/fusion
@gsxdsm/fusion
minor

Add node management CLI commands (fn node list/add/remove/show/health) and wire dashboard-facing node management API clients/routes for multi-node orchestration.