Skip to main content
If you ever encounter an issue with Diversion, we’d love to hear about it!
dv support [-m <message>] [-s] [-o <output_dir>]
[-m <message>] provides a description of the issue. If omitted, you’ll be prompted interactively. [-s] skips uploading the bundle to Diversion — only saves it locally. [-o <output_dir>] sets the directory to write the bundle to. Defaults to your desktop. Running this command creates a support bundle with your issue description and your user info, so we can reach out if necessary. For non-interactive usage (e.g., in scripts):
dv support -m "Sync stuck on large binary files"
To save the bundle locally without uploading:
dv support -m "Issue description" -s -o /path/to/output
When describing your issue, please be as specific as you can so we can be as efficient as we can in solving it. Also, you can always reach out to us directly on Discord. We might ask you to run this command ;)