cec storage list-datasources

List configured datasources

Synopsis

DESCRIPTION

List all the datasources that are defined on the server side. Note that the currently used user account must have be given the necessary Admin permissions.

./cec storage list-datasources [flags]

Options

  -h, --help   help for list-datasources
  -r, --raw    List datasources name in raw format

Options inherited from parent commands

      --config string     Location of Cells Client's config files, usually /home/teamcity/.config/pydio/cells-client
      --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

SEE ALSO

Auto generated by Cells Client v4.0.0 on 11-Oct-2023
Back to top