Skip to content

Commit

Permalink
docs: Include note about lido-status flags (#490)
Browse files Browse the repository at this point in the history
* docs: Include note about lido-status flags

* fix: Update lidoStatus.mdx
  • Loading branch information
khalifaa55 authored Jan 20, 2025
1 parent 299ba6f commit 07b369e
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion docs/docs/commands/lidoStatus.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@ Including information on the node operator's status, queue details, bond and rew

## Help

:::note

When using only the rewards address as input, the command will return the first node found to be associated with that address.
However, rewards addresses can be linked to multiple node operator (NO) entries in CSM (e.g., due to the "change rewards address" functionality).
If a rewards address is associated with multiple NOs, we recommend using the node operator ID flag (```-i```) to specify the appropriate node.

:::

```
$ sedge lido-status -h
This command retrieves and displays the status and detailed information of Lido Node Operators.
Expand All @@ -32,4 +40,4 @@ Flags:
Global Flags:
--log-level string Set Log Level, e.g panic, fatal, error, warn, warning, info, debug, trace (default "info")
```
```

0 comments on commit 07b369e

Please sign in to comment.