cli/acceptance/testdata/telemetry/command-invocation.txtar
2026-04-21 18:40:02 +01:00

8 lines
234 B
Text

# Telemetry log mode outputs command invocation event to stderr
env GH_TELEMETRY=log
env GH_TELEMETRY_SAMPLE_RATE=100
exec gh version
stderr 'Telemetry payload:'
stderr '"type": "command_invocation"'
stderr '"command": "gh version"'