The predefined variables
Some variables are predefined and they can be used into .ffizer.yaml into the ignores section or default_value via handlebars expression.
ffizer_dst_foldercontains the value from cli arg--destinationffizer_src_revcontains the value from cli arg--revffizer_src_uricontains the value from cli arg--source
The following sample combine a helper function file_name with ffizer_dst_folder.
variables:
- name: project_name
default_value: "{{ file_name ffizer_dst_folder }}"