Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Removing outdated reference to algokit sandbox command #362

Merged
merged 1 commit into from
Dec 4, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/algokit/cli/doctor.py
Original file line number Diff line number Diff line change
Expand Up @@ -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/",
],
),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down