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) $ ./cells-enterprise admin config set micro.web port 8083

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

./cells-enterprise admin config set [flags]

Options

  -h, --help   help for set

Options inherited from parent commands

      --advertise_address string     Default advertise address (default "127.0.0.1")
      --broker string                Pub/sub service for events between services (default "grpc://:8030")
      --config string                Configuration storage URL. Supported schemes: etcd|etcd+tls|file|grpc|mem|vault|vaults (default "file:///home/teamcity/.config/pydio/cells/pydio.json")
      --discovery string             Registry and pub/sub (default "grpc://:8030")
      --grpc_client_timeout string   Default timeout for long-running GRPC calls, expressed as a golang duration (default "60m")
      --registry string              Registry used to contact services (default "grpc://:8030")

SEE ALSO

Auto generated by Pydio Cells Enterprise Distribution v4.3.1 on 14-Nov-2023
Back to top