cells-ctl meta put
cells-ctl meta put
Create or update a metadata entry for a node.
Synopsis
Create or update a metadata entry for a node.
For a given node Uuid, metadata are key/values of string/json-encoded strings.
EXAMPLE
$ pydioctl meta put --uuid=NODE_UUID --key=metaname --value='{"key":"value"}'
cells-ctl meta put [flags]
Options
-h, --help help for put
-k, --key string Name of the metadata
-u, --uuid string Uuid of the node to update (use 'pydioctl data list' or 'pydioctl data read')
-v, --val string Json-encoded string representing the value
Options inherited from parent commands
--registry string Registry used to manage services (default "nats")
SEE ALSO
- cells-ctl meta - Manage metadata micro-service