Configuration parameters#
ACTION_CLASSES_DIRECTORIES#
Description |
A list of local directories, from which all |
Workflow file configuration field |
|
Environment variable |
|
RC file field |
|
Default |
An empty list |
CONTEXT_DIRECTORY#
Description |
A directory that is used to resolve all relative paths. |
Default |
Current working directory |
DEFAULT_SHELL_EXECUTABLE#
Description |
Specifies which shell executable should be used by the shell action by default. |
Workflow file configuration field |
|
Environment variable |
|
RC file field |
|
Default |
|
DEPENDENCY_DEFAULT_STRICTNESS#
Description |
Default strictness for action dependencies. |
Workflow file configuration field |
|
Environment variable |
|
RC file field |
|
Default |
|
EXTERNAL_DISPLAY_CLASS#
Description |
May point to a file containing a Display class definition, which will replace the default implementation. |
Environment variable |
|
RC file field |
|
Default |
|
EXTERNAL_PYTHON_MODULES_PATHS#
Description |
A list of local directories, which are added to the sys.path while loading any external modules. |
Workflow file configuration field |
|
Environment variable |
|
RC file field |
|
Default |
An empty list |
INTERACTIVE_MODE#
Description |
Specifies whither to run plan interaction phase or not. |
Command-line option |
|
Default |
|
INTERNAL_DISPLAY_CLASS#
Description |
Selects a display by name from the bundled list. |
Command-line option |
|
Environment variable |
|
RC file field |
|
Default |
|
LOG_FILE#
Description |
Specifies the log file path. |
Command-line option |
|
Environment variable |
|
RC file field |
|
Default |
|
LOG_LEVEL#
Description |
Specifies the level for the logging subsystem. |
Command-line option |
|
Environment variable |
|
RC file field |
|
Default |
|
RC_FILE#
Description |
Specifies the runtime configuration file location. |
Environment variable |
|
Default |
|
RUNNER_TEMPORARY_DIRECTORY#
Description |
Holds a runner-scoped temporary directory path |
Default |
Obtain from runner context |
SHELL_INJECT_YIELD_FUNCTION#
Description |
When set to True, all shell-related actions will inject the yield_outcome function definition. |
Workflow file configuration field |
|
Environment variable |
|
RC file field |
|
Default |
|
STRATEGY_CLASS#
Description |
Specifies the execution strategy. |
Workflow file configuration field |
|
Command-line option |
|
Environment variable |
|
RC file field |
|
Default |
|
STRICT_OUTCOMES_RENDERING#
Description |
When set to True, rendering a missing outcome key will result in an error instead of an empty string. |
Workflow file configuration field |
|
Environment variable |
|
RC file field |
|
Default |
|
SUBPROCESS_STREAM_BUFFER_LIMIT#
Description |
An integer number defining the maximum line stdout/stderr length for a spawned subprocess. |
Environment variable |
|
RC file field |
|
Default |
|
TEMPLAR_MODULES_WHITELIST#
Description |
List of modules allowed to be used in a template. |
Workflow file configuration field |
|
Environment variable |
|
RC file field |
|
Default |
An empty dict |
USE_COLOR#
Description |
When specified, this will force the colored or non-colored output, according to the setting. |
Environment variable |
|
RC file field |
|
Default |
Depending on if a TTY is allocated. |
WORKFLOW_LOADER_CLASS#
Description |
May point to a file containing a WorkflowLoader class definition, which will replace the default implementation. |
Environment variable |
|
RC file field |
|
Default |
|
WORKFLOW_SOURCE_FILE#
Description |
Workflow source file path. When not set, |
Command-line option |
Positional argument to |
Environment variable |
|
RC file field |
|
Default |
|