Skip to content

cells-enterprise admin config set

Store a configuration

Synopsis

DESCRIPTION

Store a configuration item in both the pydio.json file and in the database.

SYNTAX

Configuration items are represented by three parameters passed as arguments: - serviceName: name of the corresponding service - configName: name of the parameter - configValue: json-encoded value of the parameter you want to set/change

EXAMPLES

Change the port of micro.web service (rest api) $ /home/pydio/go/src/github.com/pydio/cells-enterprise/cells-enterprise admin config set micro.web port 8083

Json parameter value $ /home/pydio/go/src/github.com/pydio/cells-enterprise/cells-enterprise admin config set pydio.grpc.yourservice configName '{"key":"value"}'

/home/pydio/go/src/github.com/pydio/cells-enterprise/cells-enterprise admin config set [flags]

Options

  -h, --help   help for set

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