cells config set
./cells config set
Store a configuration
Synopsis
Stores a configuration. Will be stored in both your pydio.json file and in the database.
Syntax
Configurations are represented by three parameters that you must pass 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 config set micro.web port 8083
Json parameter value $ ./cells config set pydio.grpc.yourservice configName '{"key":"value"}'
./cells config set [flags]
Options
-h, --help help for set
Options inherited from parent commands
--fork Used internally by application when forking processes
--grpc_cert string Certificates used for communication via grpc
--grpc_key string Certificates used for communication via grpc
--log string Sets the log level mode (default "info")
--registry string Registry used to manage services (default "nats")
SEE ALSO
- ./cells config - Configuration Manager