Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 1 KB

neofs-cli_netmap_netinfo.md

File metadata and controls

37 lines (26 loc) · 1 KB

neofs-cli netmap netinfo

Get information about NeoFS network

Synopsis

Get information about NeoFS network. Unknown configuration settings are displayed in hexadecimal format.

neofs-cli netmap netinfo [flags]

Options

      --address string        Address of wallet account
  -g, --generate-key          Generate new private key
  -h, --help                  help for netinfo
  -r, --rpc-endpoint string   Remote node address (as 'multiaddr' or '<host>:<port>')
  -t, --timeout duration      Timeout for the operation (default 15s)
      --ttl uint32            TTL value in request meta header (default 2)
  -w, --wallet string         Path to the wallet
  -x, --xhdr strings          Request X-Headers in form of Key=Value

Options inherited from parent commands

  -c, --config string   Config file (default is $HOME/.config/neofs-cli/config.yaml)
  -v, --verbose         Verbose output

SEE ALSO