Summary
The published Docker image installs the CLI but not git. Scaffolding fails with:
CpaError: git executable not found
docs/TROUBLESHOOTING.md documents Docker as a full install path:
docker run --rm -v "${PWD}:/app" -w /app ulisesjeremias/create-awesome-python-app my-app
Smoke distribution only checks --version / --help, so this gap was not caught.
Acceptance
Summary
The published Docker image installs the CLI but not
git. Scaffolding fails with:docs/TROUBLESHOOTING.mddocuments Docker as a full install path:Smoke distribution only checks
--version/--help, so this gap was not caught.Acceptance
git(and needed CA certs) before the CLIdocker run ... --template fastapi-starter --addons github-setup --no-interactive --no-install ...succeedsworkflow_dispatch