-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
2.3 release ### Description Adds #9368 to the docs. ### Testing Instructions 👀
- Loading branch information
1 parent
904338b
commit 81e1a2b
Showing
2 changed files
with
35 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
--- | ||
title: info | ||
description: API reference for the `turbo info` command | ||
--- | ||
|
||
Print debugging information about your Turborepo. | ||
|
||
```bash title="Terminal" | ||
turbo info | ||
``` | ||
|
||
Example output: | ||
|
||
```txt title="Terminal" | ||
CLI: | ||
Version: 2.3.0 | ||
Path to executable: /path/to/turbo | ||
Daemon status: Running | ||
Package manager: pnpm | ||
Platform: | ||
Architecture: aarch64 | ||
Operating system: macos | ||
Available memory (MB): 12810 | ||
Available CPU cores: 10 | ||
Environment: | ||
CI: None | ||
Terminal (TERM): xterm-256color | ||
Terminal program (TERM_PROGRAM): tmux | ||
Terminal program version (TERM_PROGRAM_VERSION): 3.4 | ||
Shell (SHELL): /bin/zsh | ||
stdin: false | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,6 +19,7 @@ | |
"link", | ||
"unlink", | ||
"bin", | ||
"info", | ||
"telemetry", | ||
"---Packages---", | ||
"create-turbo", | ||
|