SUPPORT BUNDLE
Create support bundles with the Unity Version Control CLI.
Read time 1 minuteLast updated 21 days ago
Description
Creates a "support bundle" package with relevant logs. You can attach the file while requesting help, asking for extra info, or submitting a bug.Usage
cm support bundle [<outputfile>]
Options
Option / Argument | Description |
|---|---|
| outputfile | Creates the "support bundle" package at the specified location. |
Help
Remarks
This command allows users to create a "support bundle" package which can be attached when requesting help, asking for extra info, or submitting a bug. The user can optionally specify a location for the output file; otherwise, the output file will be written to the temp directory.Examples
(Creates "support bundle" in temp directory.)cm support bundle
(Creates "support bundle" at the specified location.)cm support bundle c:\outputfile.zip