CLI logs and arguments
CLI Logs
If the application closes at any time, or there are any other issues that you run into while using the CLI - you can retrieve your CLI log files and send them to support.
Log files can be found at:
- Windows:
C:\Users\<user>\AppData\Local\OdysseyUEPluginBridge\Logs
- Linux:
~/.cache/odyssey-ue-plugin-bridge/logs
- Mac:
~/Library/Caches/OdysseyUEPluginBridge/Logs
Command Line Arguments
The Odyssey Bridge CLI client supports a number of command line arguments, below are the options available, what they do, and a brief example of how to use them.
Start-Process .\odyssey-ue-bridge-win-x64.exe -Wait -NoNewWindow -PassThru -ArgumentList --help
./odyssey-ue-bridge-linux-x64 --help
open ./odyssey-ue-bridge-mac-x64 --args --help
Command | |
---|---|
-h, --help | Display help menu |
--debug | Output extra debugging logs |
-v, --verbose | Increase verbosity of logging |
--env [env] | Choose an environment (debugging only) |
Updated about 1 month ago