Skip to content

Files

Latest commit

392d476 · Oct 29, 2024

History

History
39 lines (28 loc) · 1.16 KB
·

neofs-cli_container_list-objects.md

File metadata and controls

39 lines (28 loc) · 1.16 KB
·

neofs-cli container list-objects

List existing objects in container

Synopsis

List existing objects in container

neofs-cli container list-objects [flags]

Options

      --address string        Address of wallet account
      --bearer string         File with signed JSON or binary encoded bearer token
      --cid string            Container ID.
  -g, --generate-key          Generate new private key
  -h, --help                  help for list-objects
  -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
      --with-attr             Request and print user attributes of each object
  -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