Skip to content

grafos nodes

Inspect fabric nodes. Operator-leaning view of who’s announcing on the fabric.

grafos nodes

Inspect fabric nodes: list, detail, resources, leases
Usage: grafos nodes [OPTIONS] <COMMAND>
Commands:
list List all known fabric nodes
show Show detailed info for a specific node
resources Show resource breakdown for a node
leases Show leases held on a node
help Print this message or the help of the given subcommand(s)
Options:
--fabric <FABRIC> Fabric address (host:port). Overrides GRAFOS_FABRIC env var [env: GRAFOS_FABRIC=]
--json Output in JSON format for scripting
--wide Show additional columns in table output
--no-color Disable color output
--pool <POOL> Pool name (default: "default") [default: default]
-h, --help Print help
-V, --version Print version

grafos nodes list

List all known fabric nodes
Usage: grafos nodes list [OPTIONS]
Options:
--fabric <FABRIC> Fabric address (host:port). Overrides GRAFOS_FABRIC env var [env: GRAFOS_FABRIC=]
--json Output in JSON format for scripting
--wide Show additional columns in table output
--no-color Disable color output
--pool <POOL> Pool name (default: "default") [default: default]
-h, --help Print help
-V, --version Print version

grafos nodes show

Show detailed info for a specific node
Usage: grafos nodes show [OPTIONS] <NODE_ID>
Arguments:
<NODE_ID> Node ID (short hex or full)
Options:
--fabric <FABRIC> Fabric address (host:port). Overrides GRAFOS_FABRIC env var [env: GRAFOS_FABRIC=]
--json Output in JSON format for scripting
--wide Show additional columns in table output
--no-color Disable color output
--pool <POOL> Pool name (default: "default") [default: default]
-h, --help Print help
-V, --version Print version

grafos nodes resources

Show resource breakdown for a node
Usage: grafos nodes resources [OPTIONS] <NODE_ID>
Arguments:
<NODE_ID> Node ID
Options:
--fabric <FABRIC> Fabric address (host:port). Overrides GRAFOS_FABRIC env var [env: GRAFOS_FABRIC=]
--json Output in JSON format for scripting
--wide Show additional columns in table output
--no-color Disable color output
--pool <POOL> Pool name (default: "default") [default: default]
-h, --help Print help
-V, --version Print version

grafos nodes leases

Show leases held on a node
Usage: grafos nodes leases [OPTIONS] <NODE_ID>
Arguments:
<NODE_ID> Node ID
Options:
--fabric <FABRIC> Fabric address (host:port). Overrides GRAFOS_FABRIC env var [env: GRAFOS_FABRIC=]
--json Output in JSON format for scripting
--wide Show additional columns in table output
--no-color Disable color output
--pool <POOL> Pool name (default: "default") [default: default]
-h, --help Print help
-V, --version Print version