Skip to content

Set specific metadata for node

Synopsis

DESCRIPTION

1
Update or Delete metadata for given node.

EXAMPLE

Update usermeta-tag-validation-status meta of node:

$/home/pydio/go/src/github.com/pydio/cells-client/cec meta set --path=personal/admin/test.txt --operation=update --meta-name=usermeta-tag-validation-status --string-value=Validated

/home/pydio/go/src/github.com/pydio/cells-client/cec meta set [flags]

Options

1
2
3
4
5
6
7
8
  -b, --boolean-value         String-formated metadata value
  -h, --help                  help for set
  -j, --json-value string     JSON-formated metadata value
  -n, --namespace string      Metadata namespace
  -r, --numeric-value int     String-formated metadata value
  -o, --operation string      Operation name: update|delete
  -p, --path string           Absolute path of node
  -s, --string-value string   String-formated metadata value

Options inherited from parent commands

1
2
3
4
5
6
7
8
9
      --config string     Location of Cells Client's config files (default: /home/pydio/.config/pydio/cells-client/config.json)
      --log string        change log level (default: info) (default "info")
      --login string      The user login, for Client auth only
      --no-cache          Force token refresh at each call. This might slow down scripts with many calls
      --password string   The user password, for Client auth only
      --skip-keyring      Explicitly tell the tool to *NOT* try to use a keyring, even if present. Warning: sensitive information will be stored in clear text
      --skip-verify       By default the Cells Client verifies the validity of TLS certificates for each communication. This option skips TLS certificate verification
  -t, --token string      A valid Personal Access Token (PAT)
  -u, --url string        The full URL of the target server
Auto generated by Cells Client v4.3.2-dev on 6-Nov-2025