Subject of the issue
The algokit project deploy command is failing silently in case of errors in deploy_config.py.
Your environment
timestamp: 2026-02-12T17:13:55+00:00
AlgoKit: 2.10.2
AlgoKit Python: 3.12.10 (v3.12.10:0cc81280367, Apr 8 2025, 08:46:59) [Clang 13.0.0 (clang-1300.0.29.30)]
OS: macOS-26.2-arm64-arm-64bit
docker: 29.2.0
docker compose: 5.0.2
git: 2.50.1
python: 3.12.6
python3: 3.12.6
pipx: 1.7.1
poetry: 2.3.2
brew: 5.0.14
Steps to reproduce
EDIT:
- Have an
import error in Python in the deploy_config.py
- Run
algokit project deploy localnet
Expected behaviour
The deployment fails with an error.
Actual behaviour
The deployment fails silently.
Subject of the issue
The
algokit project deploycommand is failing silently in case of errors indeploy_config.py.Your environment
Steps to reproduce
EDIT:
importerror in Python in thedeploy_config.pyalgokit project deploy localnetExpected behaviour
The deployment fails with an error.
Actual behaviour
The deployment fails silently.