Skip to content

Commit 81e1a2b

Browse files
authored
docs: turbo info (#9413)
2.3 release ### Description Adds #9368 to the docs. ### Testing Instructions 👀
1 parent 904338b commit 81e1a2b

File tree

2 files changed

+35
-0
lines changed

2 files changed

+35
-0
lines changed

docs/repo-docs/reference/info.mdx

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
title: info
3+
description: API reference for the `turbo info` command
4+
---
5+
6+
Print debugging information about your Turborepo.
7+
8+
```bash title="Terminal"
9+
turbo info
10+
```
11+
12+
Example output:
13+
14+
```txt title="Terminal"
15+
CLI:
16+
Version: 2.3.0
17+
Path to executable: /path/to/turbo
18+
Daemon status: Running
19+
Package manager: pnpm
20+
21+
Platform:
22+
Architecture: aarch64
23+
Operating system: macos
24+
Available memory (MB): 12810
25+
Available CPU cores: 10
26+
27+
Environment:
28+
CI: None
29+
Terminal (TERM): xterm-256color
30+
Terminal program (TERM_PROGRAM): tmux
31+
Terminal program version (TERM_PROGRAM_VERSION): 3.4
32+
Shell (SHELL): /bin/zsh
33+
stdin: false
34+
```

docs/repo-docs/reference/meta.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"link",
2020
"unlink",
2121
"bin",
22+
"info",
2223
"telemetry",
2324
"---Packages---",
2425
"create-turbo",

0 commit comments

Comments
 (0)