cells config delete
./cells config delete
Delete a configuration item
Synopsis
Deletes a configuration item. It will be removed both from the pydio.json file and from the database.
Syntax
Configurations are represented by two parameters that you must pass as arguments : - serviceName: name of the corresponding service - configName: name of the parameter you want to delete
Examples
Delete the port entry for the micro.web service (rest api) $ ./cells config delete micro.web port
./cells config delete [flags]
Options
-h, --help help for delete
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