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
Rename telemetry command arguments and environment variable (#235)
* chore: bump version to 2.0.0-beta.0 and add comprehensive PR description
Update package.json version from 1.10.0-beta.4 to 2.0.0-beta.0 to reflect
the breaking changes in this release branch.
Add PR_DESCRIPTION.md capturing the full scope of changes for the v2.0.0
release, including:
- MCP server with 11 LLM-callable tools
- Issues CLI (list, get, count, update, dismiss)
- Telemetry instrumentation with opt-out support
- Metrics consolidation (7 subcommands → 4)
- Deprecated Hookdeck Go SDK removal (API 2024-03-01 → 2025-07-01)
- Breaking change: --config flag renamed to --hookdeck-config
https://claude.ai/code/session_012a587AhAbbWdqYx76cexPG
* feat(mcp): add beta wrapping to MCP command and remove PR_DESCRIPTION.md
Add ShortBeta/LongBeta wrapping to the MCP command for consistency
with all other gateway subcommands. Remove PR_DESCRIPTION.md as it
doesn't belong in the codebase.
https://claude.ai/code/session_012a587AhAbbWdqYx76cexPG
* refactor(telemetry): rename env var to HOOKDECK_CLI_TELEMETRY_DISABLED and use enabled/disabled args
- Rename HOOKDECK_CLI_TELEMETRY_OPTOUT to HOOKDECK_CLI_TELEMETRY_DISABLED
to match Next.js convention and align with the config key name
- Change `hookdeck telemetry enable|disable` to `hookdeck telemetry enabled|disabled`
- Update all tests and README accordingly
https://claude.ai/code/session_012a587AhAbbWdqYx76cexPG
---------
Co-authored-by: Claude <noreply@anthropic.com>
Long: "Enable or disable anonymous telemetry that helps improve the Hookdeck CLI. Telemetry is enabled by default. You can also set the HOOKDECK_CLI_TELEMETRY_OPTOUT environment variable to 1 or true.",
20
-
Example: ` $ hookdeck telemetry disable
21
-
$ hookdeck telemetry enable`,
19
+
Long: "Enable or disable anonymous telemetry that helps improve the Hookdeck CLI. Telemetry is enabled by default. You can also set the HOOKDECK_CLI_TELEMETRY_DISABLED environment variable to 1 or true.",
0 commit comments