The predefined variables

Some variables are predefined and they can be used into .ffizer.yaml into by example the imports section or default_value via handlebars expression.

variablevalue of
ffizer_dst_foldercli arg --destination as string
ffizer_src_revcli arg --rev as string (could be null)
ffizer_src_uricli arg --source as string
ffizer_src_subfoldercli arg --source-subfolder as string (could be null)
ffizer_versionthe current version of ffizer as string

The following sample combine a helper function file_name with ffizer_dst_folder.

variables:
  - name: project_name
    default_value: "{{ file_name ffizer_dst_folder }}"