cells admin file ls

List files

Synopsis

DESCRIPTION

List Nodes by querying the tree microservice. Paths are computed starting from the root, their first segment is always a datasource name.

EXAMPLE

List all files at the root of the "Common Files" workspace

$ ./cells admin file ls --path pydiods1 --uuid +--------+---------------+--------------------------------------+--------+-----------------+ | TYPE | PATH | UUID | SIZE | MODIFIED | +--------+---------------+--------------------------------------+--------+-----------------+ | Folder | Shared Folder | dcabadd0-7d32-4e45-9d1f-a927d3d0c174 | 147 MB | 21 Oct 21 08:58 | +--------+---------------+--------------------------------------+--------+-----------------+

./cells admin file ls [flags]

Options

  -u, --by-uuid string   Find a node by its UUID
  -h, --help             help for ls
      --hidden           Show hidden files (.pydio)
  -l, --limit int        Max. number of returned rows, 0 for unlimited (default 100)
  -o, --offset int       Add an offset to the query when necessary
  -p, --path string      List nodes under given path (default "/")
      --recursive        List nodes recursively
      --uuid             Show UUIDs

Options inherited from parent commands

      --advertise_address string     Default advertise address (default "127.0.0.1")
      --broker string                Pub/sub service for events between services (default "grpc://:8030")
      --config string                Configuration storage URL. Supported schemes: etcd|etcd+tls|file|grpc|mem|vault|vaults (default "file:///home/teamcity/.config/pydio/cells/pydio.json")
      --discovery string             Registry and pub/sub (default "grpc://:8030")
      --grpc_client_timeout string   Default timeout for long-running GRPC calls, expressed as a golang duration (default "60m")
      --registry string              Registry used to contact services (default "grpc://:8030")

SEE ALSO

Auto generated by Pydio Cells Home Edition v4.4.0 on 3-Apr-2024
Back to top