Skip to content

cells-enterprise admin acl search

List current ACLs

Synopsis

DESCRIPTION

List ACLs currently stored in the ACL microservice.

EXAMPLES

  1. List all ACLs that give READ access $ /home/pydio/go/src/github.com/pydio/cells-enterprise/cells-enterprise admin acl search -a "READ"

  2. List all ACLs for root group
    $ /home/pydio/go/src/github.com/pydio/cells-enterprise/cells-enterprise admin acl search -r "ROOT_GROUP"

  3. List all ACLs of a given node $ /home/pydio/go/src/github.com/pydio/cells-enterprise/cells-enterprise admin acl search -n "53a65cc3-e407-4fcc-9230-5630ff054659"

/home/pydio/go/src/github.com/pydio/cells-enterprise/cells-enterprise admin acl search [flags]

Options

1
2
3
4
5
6
7
  -a, --action stringArray         Action value
  -h, --help                       help for search
  -l, --limit int                  Max. number of returned rows, 0 for unlimited (default 100)
  -n, --node_id stringArray        NodeIDs
  -o, --offset int                 Add an offset to the query when necessary
  -r, --role_id stringArray        RoleIDs
  -w, --workspace_id stringArray   WorkspaceIDs

Options inherited from parent commands

1
2
3
4
      --cluster string               Name of the cluster for the node (default "default")
      --config string                Configuration storage URL. Supported schemes: etcd|file|mem|vault|vaults (default "file:///home/pydio/cells-working-dir/cells/pydio.json")
      --grpc_client_timeout string   Default timeout for long-running GRPC calls, expressed as a golang duration (default "60m")
      --tenant_id string             Tenant ID to apply command (default "default")
Auto generated by Pydio Cells Enterprise Distribution v4.9.92-dev on 18-Oct-2025