Runtime Settings and Tools
When invoking appbuilder various utilities are exposed. Applications also take some Environment Variables as runtime
configuration.
Builder Info
General runtime information can be printed:
This output shows where applications are loaded from and more.
Run Time Configuration
As seen above a few variables are consulted, below a list with details:
| Variable | Description |
|---|---|
BUILDER_DEBUG | When set to any level debug logging will be shown to screen |
BUILDER_CONFIG | When invoking a command a custom configuration file can be loaded by setting the path in this variable |
BUILDER_APP | When invoking a command a custom application definition can be loaded by setting the path in this variable |
With these variables set the appbuilder info command will update accordingly
Finding Commands
All applications stored in source locations can be listed:
Validating Definitions
A recursive deep validate can be run across the entire definition which will highlight multiple errors in commands and sub commands: