--- kind: pipeline name: cookiecutter steps: - name: Generate the template image: python:3.8-buster commands: - pip install cookiecutter - | cookiecutter --no-input . \ role_name=autonomic.mycoolrole \ description="my cool new role"