Run Commands

pachctl debug template

Learn about the pachctl debug template command

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.yaml

Options #

  -h, --help   help for template

Options inherited from parent commands #

      --no-color   Turn off colors.
  -v, --verbose    Output verbose logs

SEE ALSO #