apax.yml
variables:
APAX_BUILD_ARGS:
- --debug # Enable debug information for value debugging
- --log Debug # Enable stc debug information
Command Line
apax build --variables APAX_BUILD_ARGS='--debug --log Debug'
This will add the options --debug --log Debug to the stc call.