You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/features/doctor.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,8 @@ The AlgoKit Doctor allows you to make sure that your system has the correct depe
8
8
9
9
Please run this command to if you are facing an issue running AlgoKit. It is recommended to run it before [submitting an issue to AlgoKit](https://github.com/algorandfoundation/algokit-cli/issues/new). You can copy the contents of the Doctor command message (in Markdown format) to your clipboard by providing the `-c` flag to the command as follows `algokit doctor -c`.
10
10
11
+
> NOTE: You can also use the `--verbose` or `-v` flag to show additional information including package dependencies of the AlgoKit CLI: `algokit -v doctor`. This only works when `algokit` is installed as a Python package (e.g., via `pipx install algokit`).
12
+
11
13
# Examples
12
14
13
15
For example, running `algokit doctor` with all prerequisites installed will result in output similar to the following:
@@ -37,11 +39,13 @@ Please include this output, if you want to populate this message in your clipboa
37
39
The doctor command will indicate if there is any issues to address, for example:
38
40
39
41
If AlgoKit detects a newer version, this will be indicated next to the AlgoKit version
42
+
40
43
```
41
44
AlgoKit: 1.2.3 (latest: 4.5.6)
42
45
```
43
46
44
47
If the detected version of docker compose is unsupported, this will be shown:
48
+
45
49
```
46
50
docker compose: 2.1.3
47
51
Docker Compose 2.5.0 required to run `algokit localnet command`;
0 commit comments