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.
| /home/pydio/go/src/github.com/pydio/cells-enterprise/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
--limit int Limit number of records shown (default 20)
--offset int List history starting after a given number of records
--restore string Restore configuration to this specific version
|
Options inherited from parent commands
| --cluster string Name of the cluster for the node (default "default")
--config string Configuration storage URL. Supported schemes: etcd|file|mem|vault|vaults (default "file:///home/pydio/cells-working-dir/cells/pydio.json")
--grpc_client_timeout string Default timeout for long-running GRPC calls, expressed as a golang duration (default "60m")
--tenant_id string Tenant ID to apply command (default "default")
|
Auto generated by Pydio Cells Enterprise Distribution v4.9.92-dev on 18-Oct-2025