commandsconfig changes

List the change history of a configuration variable.

To compare two versions of a configuration property, use config diff.

Usage

config changes name

where
name of configuration variable whose change history to list.

read on /_beyondcron/configuration

Examples

List a configuration variables change history

BeyondCron % config changes Hello

Time Change Action User Host -------------- -------- -- ------- ----- ---------------- 17:15:10 today 827c2ee2 0 Updated admin demo.example.com 17:15:04 today 68b9d060 -1 Updated admin demo.example.com 11:21:42 today 7ba5840c -2 Created admin demo.example.com

List the change history of a deleted property

BeyondCron % config changes deleted

Time Change Action User Host -------------- -------- - ------- ----- ---------------- 13:25:03 today 450f2137 Removed admin demo.example.com 11:44:52 today f0ab97d7 0 Created admin demo.example.com

See also