8 lines
234 B
Text
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"'
|