Files
fusion/.changeset/fn-1229-node-mesh-cli.md
gsxdsm 3ea53f1aa2 feat(FN-1229): add node mesh CLI commands for node and mesh management
- Add fn node list command to list all registered nodes with status and URL
- Add fn node show command to display detailed node information including system metrics
- Add fn node health-check command to trigger and verify node health status
- Add fn node remove command to unregister nodes from the mesh
- Add fn mesh status command to show mesh topology with peer connections
- Add comprehensive tests for all node and mesh CLI commands
- Update bin.ts to wire up new node and mesh subcommands
- Update memory with CLI mock pattern for testing
2026-04-09 12:54:16 -07:00

148 B

@gsxdsm/fusion
@gsxdsm/fusion
minor

Add CLI commands for node and mesh management: fn node list|connect|disconnect|show|health and fn mesh status.