Skip to content

Commands

Tim Anhalt edited this page Dec 23, 2024 · 2 revisions

This is a list of all commands the Minepatch CLI supports

Command Groups

instance

link <id> <path>

Links an instance to be used with Minepatch. Following this command you will be asked about a few details about the instance, mainly: Minecraft Version, Modloader and Launcher (Used for this instance)

id: A unique String to identify the instance in other commands

path: The path to the root folder of the targeted minecraft instance

minepatch instance link <id> <path>

relink <old_id> <new_id>

Re-links / Renames an instance

old_id: The previously used unique identifier

new_id: The new unique identifier to be used

minepatch instance relink <old_id> <new_id>

unlink <id>

Unlinks an instance from Minepatch. This also removes all Minepatch metadata placed into the instance folder

id: A unique String to identify the instance

minepatch instance unlink <id>

list

Lists all linked instances with metadata

minepatch instance list

Clone this wiki locally