commands – config list
List configuration variables.
Usage
config list [startup] filter
where
| startup | list startup variables. | 
| filter | limit output to configuration variables whose name contains the filter string. | 
read on /_beyondcron/configuration
Examples
List all configuration variables
BeyondCron % config list
Type Name Value ------- ---------------------------------------- ------------------------------- default beyondcron.admin.role.description BeyondCron administrator access default beyondcron.admin.role.license.required true default beyondcron.admin.role.name admin ...
List configuration variables whose name contains “jdbc”
BeyondCron % config list jdbc
Type Name Value ------ ------------- ------------------------------------------------- custom jdbc.password Secret! custom jdbc.url jdbc:mysql://database.example.com:3306/beyondcron custom jdbc.user beyondcron
As seen by a user without write access to /_beyondcron/configuration
BeyondCron % config list jdbc
Type Name Value ------ ------------- ------------------------------------------------- custom jdbc.password ******** custom jdbc.url jdbc:mysql://database.example.com:3306/beyondcron custom jdbc.user beyondcron
List startup configuration variables whose name contains “BEYONDCRON_DIR”
BeyondCron % config list startup BEYONDCRON_DIR
Type Name Value -------- --------------------- ----------------------- external BEYONDCRON_DIR /var/opt/bc-server custom BEYONDCRON_DIR_CONFIG /var/opt/bc-server/etc custom BEYONDCRON_DIR_DATA /var/opt/bc-server/data
 
                