cells-ctl data
cells-ctl data
Commands for managing indexed data
Synopsis
Commands for managing indexed data.
Data are indexed in the various data sources you may have defined, and aggregated into a unique tree by the tree service. This command allows you to CRUD either directly the index of a given datasource, or query directly the aggregated tree. By default, it queries the tree (service is pydio.grpc.data.tree), to query a datasource directly, use --source=datasourcename (will point to service pydio.grpc.data.index.datasourcename) In the first case (tree), folders paths are always prefixed with the datasource name. In the second case (datasource), paths is the real path in the datasource.
See 'data list --help' for examples.
cells-ctl data [flags]
Options
-h, --help help for data
--source string Source where the data resides
Options inherited from parent commands
--registry string Registry used to manage services (default "nats")
SEE ALSO
- cells-ctl - Pydio Cells Client application
- cells-ctl data benc-create - Client method for benchmarking node creates.
- cells-ctl data benc-stream-create - Client method for benchmarking node creates using stream.
- cells-ctl data create - Manually create a node in index
- cells-ctl data delete - [TODO] Delete a node in index
- cells-ctl data list - List data indexed in Pydio
- cells-ctl data move - [TODO] Move an existing node
- cells-ctl data read - Reads information about an indexed node
- cells-ctl data sync - Trigger index resync
- cells-ctl data tree-gen - Generates file tree
- cells-ctl data version - Manage files versioning