Skip to content

Commit

Permalink
docs: turbo info (#9413)
Browse files Browse the repository at this point in the history
2.3 release

### Description

Adds #9368 to the docs.

### Testing Instructions

👀
  • Loading branch information
anthonyshew authored Nov 12, 2024
1 parent 904338b commit 81e1a2b
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 0 deletions.
34 changes: 34 additions & 0 deletions docs/repo-docs/reference/info.mdx
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
```
1 change: 1 addition & 0 deletions docs/repo-docs/reference/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"link",
"unlink",
"bin",
"info",
"telemetry",
"---Packages---",
"create-turbo",
Expand Down

0 comments on commit 81e1a2b

Please sign in to comment.