cells 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 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

      --advertise_address string     Default advertise address (default "127.0.0.1")
      --broker string                Pub/sub service for events between services (default "grpc://:8030")
      --config string                Configuration storage URL. Supported schemes: etcd|etcd+tls|file|grpc|mem|vault|vaults (default "file:///home/teamcity/.config/pydio/cells/pydio.json")
      --discovery string             Registry and pub/sub (default "grpc://:8030")
      --grpc_client_timeout string   Default timeout for long-running GRPC calls, expressed as a golang duration (default "60m")
      --registry string              Registry used to contact services (default "grpc://:8030")

SEE ALSO

Auto generated by Pydio Cells Home Edition v4.3.1 on 14-Nov-2023
Back to top