File tree Expand file tree Collapse file tree 2 files changed +35
-0
lines changed Expand file tree Collapse file tree 2 files changed +35
-0
lines changed Original file line number Diff line number Diff line change 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+ ```
Original file line number Diff line number Diff line change 1919 " link" ,
2020 " unlink" ,
2121 " bin" ,
22+ " info" ,
2223 " telemetry" ,
2324 " ---Packages---" ,
2425 " create-turbo" ,
You can’t perform that action at this time.
0 commit comments