mirror of
https://github.com/replicatedhq/troubleshoot.git
synced 2026-04-15 07:16:34 +00:00
* fix: document .tar.gz auto-append in --output flag help text The --output flag silently appends .tar.gz to the provided path, which was not mentioned in the help text, causing confusion for users who expected the exact filename they specified. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * fix: exec collector falls back to containerName for file naming When collectorName is not set, the exec collector now uses containerName as the output file prefix instead of producing bare -stdout.txt filenames. This makes output files identifiable without requiring collectorName to be explicitly set. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>