Update

class uetools.commands.engine.update.Engine[source]

Update the engine source code

name: str = 'update'
static arguments(subparsers)[source]

Define the arguments of this command

static execute(args)[source]

Execute the command

static update(root, remote)[source]

Update current branch by pulling the latest changes

static checkout(root, branch, remote)[source]

Checkout a new branch

static execute_cmd(cmds, dry=False)[source]

Execute commands

uetools.commands.engine.update.COMMANDS

alias of Engine