diff --git a/src/algokit/cli/doctor.py b/src/algokit/cli/doctor.py index dc2510a3..4d6dede8 100644 --- a/src/algokit/cli/doctor.py +++ b/src/algokit/cli/doctor.py @@ -49,14 +49,14 @@ def doctor_command(*, copy_to_clipboard: bool) -> None: "docker": check_dependency( ["docker", "--version"], missing_help=[ - "Docker required to `run algokit sandbox` command; install via https://docs.docker.com/get-docker/" + "Docker required to run `algokit localnet` command; install via https://docs.docker.com/get-docker/" ], ), "docker compose": check_dependency( DOCKER_COMPOSE_VERSION_COMMAND, minimum_version=DOCKER_COMPOSE_MINIMUM_VERSION, minimum_version_help=[ - f"Docker Compose {DOCKER_COMPOSE_MINIMUM_VERSION} required to run `algokit sandbox command`;", + f"Docker Compose {DOCKER_COMPOSE_MINIMUM_VERSION} required to run `algokit localnet` command;", "install via https://docs.docker.com/compose/install/", ], ), diff --git a/tests/doctor/test_doctor.test_doctor_all_commands_not_found[linux].approved.txt b/tests/doctor/test_doctor.test_doctor_all_commands_not_found[linux].approved.txt index 927a5c54..d6d1d072 100644 --- a/tests/doctor/test_doctor.test_doctor_all_commands_not_found[linux].approved.txt +++ b/tests/doctor/test_doctor.test_doctor_all_commands_not_found[linux].approved.txt @@ -21,7 +21,7 @@ AlgoKit: 1.2.3 AlgoKit Python: 3.6.2 (location: /home/me/.local/pipx/venvs/algokit) OS: Linux-other-system-info docker: Command not found! - Docker required to `run algokit sandbox` command; install via https://docs.docker.com/get-docker/ + Docker required to run `algokit localnet` command; install via https://docs.docker.com/get-docker/ docker compose: Command not found! git: Command not found! Git required to run `algokit init`; install via https://github.com/git-guides/install-git diff --git a/tests/doctor/test_doctor.test_doctor_all_commands_not_found[macOS].approved.txt b/tests/doctor/test_doctor.test_doctor_all_commands_not_found[macOS].approved.txt index 1c20fbb1..672658cd 100644 --- a/tests/doctor/test_doctor.test_doctor_all_commands_not_found[macOS].approved.txt +++ b/tests/doctor/test_doctor.test_doctor_all_commands_not_found[macOS].approved.txt @@ -23,7 +23,7 @@ AlgoKit: 1.2.3 AlgoKit Python: 3.6.2 (location: /home/me/.local/pipx/venvs/algokit) OS: Darwin-other-system-info docker: Command not found! - Docker required to `run algokit sandbox` command; install via https://docs.docker.com/get-docker/ + Docker required to run `algokit localnet` command; install via https://docs.docker.com/get-docker/ docker compose: Command not found! git: Command not found! Git required to run `algokit init`; install via https://github.com/git-guides/install-git diff --git a/tests/doctor/test_doctor.test_doctor_all_commands_not_found[windows].approved.txt b/tests/doctor/test_doctor.test_doctor_all_commands_not_found[windows].approved.txt index 2022f240..5653b4dc 100644 --- a/tests/doctor/test_doctor.test_doctor_all_commands_not_found[windows].approved.txt +++ b/tests/doctor/test_doctor.test_doctor_all_commands_not_found[windows].approved.txt @@ -23,7 +23,7 @@ AlgoKit: 1.2.3 AlgoKit Python: 3.6.2 (location: /home/me/.local/pipx/venvs/algokit) OS: Windows-other-system-info docker: Command not found! - Docker required to `run algokit sandbox` command; install via https://docs.docker.com/get-docker/ + Docker required to run `algokit localnet` command; install via https://docs.docker.com/get-docker/ docker compose: Command not found! git: Command not found! Git required to `run algokit init`; install via `choco install git` if using Chocolatey, diff --git a/tests/doctor/test_doctor.test_doctor_with_docker_compose_version_warning.approved.txt b/tests/doctor/test_doctor.test_doctor_with_docker_compose_version_warning.approved.txt index f0b085eb..dec056d6 100644 --- a/tests/doctor/test_doctor.test_doctor_with_docker_compose_version_warning.approved.txt +++ b/tests/doctor/test_doctor.test_doctor_with_docker_compose_version_warning.approved.txt @@ -27,7 +27,7 @@ AlgoKit Python: 3.6.2 (location: /home/me/.local/pipx/venvs/algokit) OS: Darwin-other-system-info docker: 20.10.21 docker compose: 2.1.3 - Docker Compose 2.5.0 required to run `algokit sandbox command`; + Docker Compose 2.5.0 required to run `algokit localnet` command; install via https://docs.docker.com/compose/install/ git: 2.37.1 python: 3.10.0 (location: /usr/local/bin/python)