bacalhau-project / bacalhau

Compute over Data framework for public, transparent, and optionally verifiable computation
https://docs.bacalhau.org
Apache License 2.0
703 stars 89 forks source link

Suggestion: Additional options to filter Node view #4513

Open seanmtracey opened 1 month ago

seanmtracey commented 1 month ago

It would be really handy to be able to filter nodes in the network by their connection status, node type, and membership.

Right now, the filter option only operates on the node ID, which is great if I'm looking for a specific node - but if I want to understand the status and shape of my network, it would be really handy to be able to filter down nodes by properties or statuses.

rossjones commented 1 month ago

'node list' used to have --filter-status and --filter-approval flags that may still do some of this

seanmtracey commented 1 month ago

@rossjones I think those flags are still there (will need to check) - but this was a suggestion for the updated embedded UI coming up in 1.5.0 :)