CLI Commands
Last updated
Last updated
In your terminal navigate where the PatchManager is located.
Run the program using PatchManager.exe -i
Perform your commands.
This script will create the patch and then it will upload your App to your host automatically. Just put your game in the App folder.
-i, --init
Description: Initialize the CLI.
-v, --version
Description: Display the patch manager version.
-c, --create
Description: Create a new patch.
-s, --switch-workspace
Description: Switch between Launcher and App workspace.
--app-workspace
Description: Changes to the App workspace.
--launcher-workspace
Description: Changes to the Launcher workspace.
-e, --switch-environment
Description: Switch between environments. (Release/Beta)
--release
Description: Changes to the Release Environment.
--beta
Description: Changes to the Beta Environment.d
--cleanworkspace
Description: Clean the workspace. Deletes ALL THE FOLDERS from the current workspace.
-r, --refresh
Description: Refresh the workspace. (Useful for seeing any new files or changes).
--settings
Description: Show current project info settings.
--name <ProjectName>
Description: Set the project name.
--url <BaseDownloadURL>
Description: Set the base download URL.
--setrepair <true|false>
Description: Enable or disable repair patch creation.
--setincremental <true|false>
Description: Enable or disable incremental patch creation.
--setinstaller <true|false>
Description: Enable or disable installer patch creation.
--setbinarydiff <QualityLevel>
Description: Set the binary diff quality (1 to 5).
--addignore <Path>
Description: Add a path to ignored paths.
--removeignore <Path>
Description: Remove a path from ignored paths.
-o, --open
Description: Open the current workspace folder.
--no-update
Description: Do not check for updates at start.
--exit
Description: Exit the CLI.