Skip to content

Commit f5237ae

Browse files
authored
[DO NOT MERGE] feat(telemetry): cli reference (#6826)
# Description ### **NOTE:** This feature will not be enabled until 1.12 New telemetry command reference ### Other PR's for this feature: * [Feature Reference Docs](#6827) * [CLI Reference Docs](#6826) (this PR) * [Feature implementation](#6743)
1 parent 7f97291 commit f5237ae

File tree

2 files changed

+36
-1
lines changed

2 files changed

+36
-1
lines changed

docs/pages/repo/docs/reference/command-line-reference/_meta.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@
66
"logout": "logout",
77
"link": "link",
88
"unlink": "unlink",
9-
"bin": "bin"
9+
"bin": "bin",
10+
"telemetry": "telemetry"
1011
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
title: "turbo telemetry"
3+
description: Turborepo CLI Reference for telemetry command
4+
---
5+
6+
# `turbo telemetry [argument]`
7+
8+
Manage telemetry for this machine.
9+
10+
## Arguments
11+
12+
### `status`
13+
14+
Retrieve the current state of telemetry for this machine.
15+
16+
```sh
17+
turbo telemetry status
18+
```
19+
20+
### `enable`
21+
22+
Enable telemetry for this machine.
23+
24+
```sh
25+
turbo telemetry enable
26+
```
27+
28+
### `disable`
29+
30+
Disable telemetry for this machine.
31+
32+
```sh
33+
turbo telemetry disable
34+
```

0 commit comments

Comments
 (0)