workflows.utils.print_json_as_env.format_variable_values#

workflows.utils.print_json_as_env.format_variable_values(validated_dict, **options)#

Iterates through the keys of validated_dict and runs functions to modify their corresponding values. It allows for new keys to be added to validated_dict by the functions, but any new keys will not be iterated over.

The functions called must have these three positional parameters:

  1. key: The current key of the iteration.

  2. validated_dict

  3. options

Parameters:
  • validated_dict (dict) – A dict.

  • options (kwargs) – A dict containing options that affect the behavior of the functions called during the iteration.