cells-enterprise admin

Direct Read/Write access to Cells data

Synopsis

DESCRIPTION

Set of commands with direct access to Cells data.

These commands require a running Cells instance. They connect directly to low-level services using gRPC connections. They are not authenticated.

./cells-enterprise admin [flags]

Options

      --advertise_address string   Default advertise address (default "127.0.0.1")
      --broker string              Pub/sub service for events between services (default "grpc://:8030")
      --discovery string           Registry and pub/sub (default "grpc://:8030")
  -h, --help                       help for admin
      --registry string            Registry used to contact services (default "grpc://:8030")

Options inherited from parent commands

      --config string   Configuration storage URL. Supported schemes: etcd|etcd+tls|file|grpc|mem|vault|vaults (default "file:///home/teamcity/.config/pydio/cells/pydio.json")

SEE ALSO

Auto generated by Pydio Cells Enterprise Distribution v4.2.1 on 22-May-2023
Back to top