You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: User-Guide.md
+26Lines changed: 26 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1109,6 +1109,27 @@ Migration tools are also shown in `pm info`:
1109
1109
1110
1110
---
1111
1111
1112
+
### 🔹 Configuration
1113
+
1114
+
#### Check telemetry status
1115
+
```bash
1116
+
pm config telemetry
1117
+
```
1118
+
1119
+
#### Enable telemetry
1120
+
```bash
1121
+
pm config telemetry on
1122
+
```
1123
+
1124
+
#### Disable telemetry
1125
+
```bash
1126
+
pm config telemetry off
1127
+
```
1128
+
1129
+
> **Privacy**: Telemetry is opt-in (disabled by default). Only anonymous data is collected: PM version, OS, command name, and project count. No project names, file paths, secrets, or personal information is ever sent.
1130
+
1131
+
---
1132
+
1112
1133
### 🔹 Help and Version
1113
1134
1114
1135
#### View help
@@ -2094,6 +2115,11 @@ pm migrate # List migration tools per projec
2094
2115
pm migrate <name># Run migration (with confirmation)
2095
2116
pm migrate <name> status # Check migration status
2096
2117
2118
+
# === CONFIGURATION ===
2119
+
pm config telemetry # Check telemetry status
2120
+
pm config telemetry on # Enable anonymous telemetry
Copy file name to clipboardExpand all lines: docs/es/User-Guide.md
+26Lines changed: 26 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1109,6 +1109,27 @@ Las herramientas de migración también se muestran en `pm info`:
1109
1109
1110
1110
---
1111
1111
1112
+
### 🔹 Configuración
1113
+
1114
+
#### Comprobar estado de telemetría
1115
+
```bash
1116
+
pm config telemetry
1117
+
```
1118
+
1119
+
#### Activar telemetría
1120
+
```bash
1121
+
pm config telemetry on
1122
+
```
1123
+
1124
+
#### Desactivar telemetría
1125
+
```bash
1126
+
pm config telemetry off
1127
+
```
1128
+
1129
+
> **Privacidad**: La telemetría es opt-in (desactivada por defecto). Solo se recopilan datos anónimos: versión de PM, SO, nombre del comando y número de proyectos. Nunca se envían nombres de proyectos, rutas, secretos ni información personal.
0 commit comments