Example - Manual - Apax Build - Provides the functionality for the `apax build` command. - Apax Build,

Apax Build CLI Tool (build)

Portfolio
SIMATIC AX
Product
Apax Build
Software version
1.2.1
Edition
10/2024
Language
English (original)
Package Name
@ax/apax-build

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.