cells-enterprise meta read
./cells-enterprise meta read
Display existing metadata for a given node
Synopsis
Display existing metadata for a given node.
EXAMPLE
$ ./cells-enterprise meta read --uuid=244f072d-d9a1-11e7-950b-685b35ac60e5 +-------------------------------+---------------------------------------------------------------------------------------------------------------+ | NAME | VALUE | +-------------------------------+---------------------------------------------------------------------------------------------------------------+ | pydio:meta-data-source-name | "pydiods1" | | ImageDimensions | {"Height":200,"Width":200} | | is_image | true | | readable_dimension | "200px X 200px" | | pydio:meta-data-source-path | "download.png" | | pydio:meta-object-service-url | "127.0.0.1:9001/pydiods1" | | ImageThumbnails | {"Processing":false,"thumbnails":[{"format":"jpg","size":256,"url":""},{"format":"jpg","size":512,"url":""}]} | | image_width | 200 | | name | "download.png" | | image_height | 200 | +-------------------------------+---------------------------------------------------------------------------------------------------------------+
./cells-enterprise meta read [flags]
Options
-h, --help help for read
-u, --uuid string Uuid of the node
Options inherited from parent commands
--broker string Pub/sub service for events between services (currently nats only) (default "nats")
--broker_address string Broker port (default ":4222")
--enable_metrics Instrument code to expose internal metrics
--enable_pprof Enable pprof remote debugging
--fork Used internally by application when forking processes
--grpc_cert string Certificates used for communication via grpc
--grpc_external string External port exposed for gRPC (may be fixed if no SSL is configured or a reverse proxy is used)
--grpc_key string Certificates used for communication via grpc
--log string Sets the log level mode (default "info")
--registry string Registry used to manage services (currently nats only) (default "nats")
--registry_address string Registry connection address (default ":4222")
--registry_cluster_address string Registry cluster address (default ":5222")
--registry_cluster_routes string Registry cluster routes
--transport string Transport protocol for RPC (default "grpc")
--transport_address string Transport protocol port (default ":4222")
SEE ALSO
- ./cells-enterprise meta - Directly manage metadata on the nodes