@gw-tools/gw 0.63.0-beta.73.1 → 0.63.0-beta.73.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +4 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -408,6 +408,10 @@ can observe how the tool is used and **correlate releases with errors** in
408
408
  [Dash0](https://www.dash0.com/). It is **opt-in and disabled by default** — no
409
409
  telemetry leaves your machine unless you turn it on.
410
410
 
411
+ `gw init` writes a `"telemetry": { "enabled": false }` block into your
412
+ `.gw/config.json` so the option is easy to find — flip `enabled` to `true` to
413
+ start sending.
414
+
411
415
  ### What gets sent
412
416
 
413
417
  When enabled, each command emits:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gw-tools/gw",
3
- "version": "0.63.0-beta.73.1",
3
+ "version": "0.63.0-beta.73.2",
4
4
  "description": "A command-line tool for managing git worktrees - copy files between worktrees with ease",
5
5
  "keywords": [
6
6
  "git",