pachctl debug template #
Print a yaml debugging template.
Synopsis #
This command outputs a customizable yaml template useful for debugging. This is often used by Customer Engineering to support your troubleshooting needs.
Use the modified template with the debug dump command (e.g., pachctl debug dump --template debug-template.yaml out.tgz)
pachctl debug template <file> [flags]Examples #
pachctl debug template
pachctl debug template > debug-template.yamlOptions #
-h, --help help for templateOptions inherited from parent commands #
--no-color Turn off colors.
-v, --verbose Output verbose logsSEE ALSO #
- pachctl debug - Debug commands for analyzing a running cluster.