CLI Docker Environment Variables
-
SYNTHESIZED_USERCONFIG_FILE: Configuration file path. Analogue of the CLI--config-fileoption. -
SYNTHESIZED_USERCONFIG: Configuration YAML. If set, the variableSYNTHESIZED_USERCONFIG_FILEis ignored. -
SYNTHESIZED_INVENTORY_FILE: Inventory file with information about using data sources. Analogue of the CLI--inventory-fileoption. -
SYNTHESIZED_INVENTORY: Inventory YAML. If set, the variableSYNTHESIZED_INVENTORY_FILEis ignored. -
SYNTHESIZED_INPUT_URL: JDBC URL to the INPUT database. Analogue of the CLI--input-urloption. -
SYNTHESIZED_INPUT_USERNAME: Input username, default to null. Analogue of the CLI--input-usernameoption. -
SYNTHESIZED_INPUT_USERNAME_SECRET: Input username secret in JSON format, default to null. Analogue of the CLI--input-username-secretoption. -
SYNTHESIZED_INPUT_PASSWORD: Input password, default to null. Analogue of the CLI--input-passwordoption. -
SYNTHESIZED_INPUT_PASSWORD_SECRET: Input password secret in JSON format, default to null. Analogue of the CLI--input-password-secretoption. -
SYNTHESIZED_OUTPUT_URL: JDBC URL to the OUTPUT database. Analogue of the CLI--output-urloption. -
SYNTHESIZED_OUTPUT_USERNAME: Output username, default to null. Analogue of the CLI--output-usernameoption. -
SYNTHESIZED_OUTPUT_USERNAME_SECRET: Output username secret in JSON format, default to null. Analogue of the CLI--output-username-secretoption. -
SYNTHESIZED_OUTPUT_PASSWORD: Output password, default to null. Analogue of the CLI--output-passwordoption. -
SYNTHESIZED_OUTPUT_PASSWORD_SECRET: Output password secret in JSON format, default to null. Analogue of the CLI--output-password-secretoption. -
SYNTHESIZED_COMMAND: Analogue of the CLI command. -
SYNTHESIZED_KEY: Synthesized license key.
In addition, you can use all available properties of the CLI application, more information about them can be found here.
You can find the example of running TDK CLI in Docker here.