Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 953 Bytes

neofs-cli_tree_add.md

File metadata and controls

34 lines (25 loc) · 953 Bytes

neofs-cli tree add

Add a node to the tree service

neofs-cli tree add [flags]

Options

      --address string        Address of wallet account
      --cid string            Container ID.
  -g, --generate-key          Generate new private key
  -h, --help                  help for add
      --meta strings          Meta pairs in the form of Key1=[0x]Value1,Key2=[0x]Value2
      --pid uint              Parent node ID
  -r, --rpc-endpoint string   Remote node address (as 'multiaddr' or '<host>:<port>')
      --tid string            Tree ID
  -t, --timeout duration      Timeout for the operation (default 15s)
  -w, --wallet string         Path to the wallet

Options inherited from parent commands

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

SEE ALSO