cells config list
./cells config list
List all configurations
Synopsis
Display all configurations registered by the application.
Configurations are listed as truple [serviceName, configName, configValue], where config value is json encoded.
./cells config list [flags]
Options
-h, --help help for list
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