kwild validators list
kwild validators list
List the current validator set of the network.
Synopsis
List the current validator set of the network.
kwild validators list [flags]
Examples
# List the current validator set of the network
kwild validators list
Options
  -h, --help                help for list
      --max-row-width int   Set the maximum width of the row. Text beyond this width will be truncated.
      --row-border          Show border lines between rows.
  -w, --width int           Set the width of the table columns. Text beyond this width will be wrapped.
Options inherited from parent commands
      --authrpc-cert string   kwild's TLS server certificate, required for HTTPS server
      --output string         the format for command output - either 'text' or 'json' (default "text")
      --pass string           admin server password (alternative to mTLS with tlskey/tlscert)
  -r, --root string           root directory (default "~/.kwild")
  -s, --rpcserver string      admin RPC server address (either UNIX socket path or TCP address) (default "/tmp/kwild.socket")
      --tlscert string        TLS client certificate file for server to authenticate us (default "auth.cert")
      --tlskey string         TLS client key file to establish a mTLS (authenticated) connection (default "auth.key")
SEE ALSO
- kwild validators - Validator related actions