commands – config diff
List the differences between two versions of a configuration variable.
Usage
config diff name [before [after]]
where
name | of configuration variable whose differences to list. |
before | change id, or relative change index, as listed by config changes. Default is -1 . |
after | change id, or relative change index, as listed by config changes. Default is 0 . |
read on /_beyondcron/configuration
Examples
List the differences between the previous and current versions of a configuration variable
BeyondCron % config diff Hello
Value again -> world
List the differences between earlier versions of configuration property
BeyondCron % config changes Hello
Time Change Action User Host ------------------- -------- -- ------- ----- ---------------- 18:18:28 29/05/2020 fd66030c 0 Updated admin demo.example.com 18:07:33 29/05/2020 f42a4ea0 -1 Updated admin demo.example.com 17:15:10 29/05/2020 827c2ee2 -2 Updated admin demo.example.com 17:15:04 29/05/2020 68b9d060 -3 Updated admin demo.example.com 11:21:42 29/05/2020 7ba5840c -4 Created admin demo.example.com
BeyondCron % config diff Hello 7ba5840c f42a4ea0
Value world -> again
List the differences between the second and current version of configuration variable
BeyondCron % **config diff Hello -3
Value John -> world