Table Of Contents

Previous topic

25.18. cgfx2json

Next topic

25.20. exportevents

This Page

25.19. deploygame

25.19.1. Usage

Syntax

deploygame [options]

Deploys a game from Local to the Hub.

25.19.2. Options

--version

Show version number and exit.

--help, -h

Show help message and exit.

--verbose, -v

Verbose output.

--silent, -s

Silent running.

--input=INPUT, -i INPUT

Manifest file for the game to be deployed.

--user=USERNAME, -u USERNAME

Hub login username.

--password=PASSWORD, -p PASSWORD

Optional hub login password (will be requested if not provided).

--project=PROJECT

Hub project to deploy to.

--projectversion=PROJECTVERSION

Hub project version to deploy to.

--projectversiontitle=PROJECTVERSIONTITLE

Project version title to deploy with, for existing project versions this will overwrite the existing title if supplied. For new versions this defaults to the project version.

--cache=CACHE, -c CACHE

Folder to be used for caching deployment information. Recommended to use the same one used for Local located at devserver\localdata\deploycache.

--hub=HUBURL

Hub url, defaults to https://hub.turbulenz.com/.

--ultra

Use maximum compression, will take MUCH longer, may reduce file size by an extra 10%-20%.

25.19.3. Example

deploygame -v -i apps\sampleapp\manifest.yaml -u user --project=sampleapp --projectversion=1.0 --cache devserver\localdata\deploycache