commands – property list
List properties of a job or group.
Usage
property list name
property list [full] group
property list group change
where
name | of job whose inherited properties to list. |
full | include properties inherited from parent groups. |
group | of group whose properties to list. |
change | id of property as listed by property changes, or relative change index. |
read on group
Examples
List property for a job
BeyondCron % property list /admin/alerts/errors-email
Type Name Value Group --------------- --------- ----------------------------- ------ environment PATH /bin:/usr/bin:/sbin:/usr/sbin /admin template image alpine / resource namespace default / secret variable slackPath T052K944E/B045HCJF7/fSMfAZ... /
As seen by a user without write access on name
BeyondCron % property list /admin/alerts/errors-email
Type Name Value Group --------------- --------- ----------------------------- ------ environment PATH /bin:/usr/bin:/sbin:/usr/sbin /admin template image alpine / resource namespace default / secret variable slackPath ******** /
List properties for group
BeyondCron % property list /admin
Type Name Value ----------- ---- ----------------------------- environment PATH /bin:/usr/bin:/sbin:/usr/sbin
List properties, including inherited properties, for a group
BeyondCron % property list full /admin
Type Name Value Group --------------- --------- ----------------------------- ----- environment PATH /bin:/usr/bin:/sbin:/usr/sbin template image alpine / resource namespace default / secret variable slackPath T052K944E/B045HCJF7/fSMfAZ... /
As seen by a user without write access to group
BeyondCron % property list full /admin
Type Name Value Group --------------- --------- ----------------------------- ----- environment PATH /bin:/usr/bin:/sbin:/usr/sbin template image alpine / resource namespace default / secret variable slackPath ******** /
List details of an earlier version of a groups properties
BeyondCron % property changes /admin
Time Change Action User Host ------------------ -------- -- -------- ------ ---------------- 15:29:55 today aa28c59e 0 Updated admin demo.example.com 15:28:34 today 4a916b77 -1 Updated admin demo.example.com 13:16:18 yesterday 34053f6e -2 Imported server demo.example.com
BeyondCron % property list $$ 4a916b77
Type Name Value ----------- ---- ------------------------------ environment PATH /bin:/usr/bin:/sbin:/user/sbin
List details of an earlier version of a groups properties using the relative change index
Versions of a groups properties can also be referenced using their relative change index, with 0 being the current version, -1 being the previous version, etc…
BeyondCron % property list /admin -1
Type Name Value ----------- ---- ------------------------------ environment PATH /bin:/usr/bin:/sbin:/user/sbin