cells-enterprise admin config history
./cells-enterprise admin config history
Show the history of all configuration changes
Synopsis
DESCRIPTION
View all changes ever made to the configuration and revert to a given version if necessary.
A version is created at each call to config.Save() inside the application, along with a log message and the user originating this call.
./cells-enterprise admin config history [flags]
Options
--cat string Print the JSON content of the config for this version
--diff string Display a Diff between two versions, either by providing VERSION1:VERSION2 or just VERSION1 (will be compared to previous one)
--file string Point to a specific DB file instead of default
-h, --help help for history
--restore string Restore configuration to this specific version
Options inherited from parent commands
--broker string Pub/sub service for events between services (currently nats only) (default "memory")
--nats_address string NATS server address (default ":4222")
--nats_cluster_address string NATS server cluster address
--nats_cluster_routes string NATS server cluster routes
--nats_monitor_port int Expose nats monitoring endpoints on a given port (default 8222)
--nats_streaming_cluster_bootstrap NATS streaming bootstrap cluster
--nats_streaming_cluster_id string NATS streaming cluster ID (default "cells")
--nats_streaming_cluster_node_id string NATS streaming cluster node id
--nats_streaming_cluster_peers string NATS streaming list of cluster peers
--nats_streaming_clustered NATS streaming clustered
--nats_streaming_store string NATS streaming store type (default "MEMORY")
--port_broker int Port used to start a broker discovery service (default 8003)
--port_registry int Port used to start a registry discovery service (default 8000)
--registry string Registry used to manage services (currently nats only) (default "memory")
--transport string Transport protocol for RPC (default "grpc")
SEE ALSO
- ./cells-enterprise admin config - Configuration manager