runreal engine <sub command> <source> <destination>

engine version

Prints the engine version

engine install

--branch -b
string

Sets the git branch for the engine to use

--force -f
string

Forces overwriting of the destination folder

--setup -s
string

Runs git dependency scripts, eg. Setup.bat

--dry-run -d
string

Run the command showing debug output without executing

--git-dependencies-cache-path -g
string

Sets the git dependencies cache folder

--build
string

Run the engine build after cloning

--git-mirrors -m
string

Use git mirrors

--git-mirrors-path -p
string

Set the git mirror path

engine restore

--debug -d
string

Debug logs

--cache-path -c
file

Set the cache directory

engine setup

--gitdepends -s
string

Install git dependencies (ie Setup.bat)

--gitdependscache -g
file

Set git dependencies cache folder

engine cache

--debug
string

Debug logs

--cache-path -c
file
default: "E:\\RX\\.cache"required

Set cache directory

--ignorePdb -i
boolean

Ignore pdb files

--zstd
boolean
default: true

Use zstd compression

engine update

--branch -b
string
default: "main"

git checkout branch

--remote -r
string
default: "origin"

git remote

--clean -c
boolean
default: false

Require git clean before update

--setup -s
string

Runs git dependency scripts, eg. Setup.bat

--git-dependencies-cache-path -g
file

Sets the git dependencies cache folder

--dry-run -d
string

Run the command showing debug output without executing