Command-line Interface

Gaea provides two command line interfaces. One for the UI and for the Build Swarm.

Gaea.exe

You can use the CLI for Activation and Deactivation as well as setting the Proxy, or enforcing CPU Only Mode or enabling Verbose logging for detailed diagnostics.

USAGE: 
Gaea [[-Path] <String>] [-Activate <String>] [-CPUOnly] [-Deactivate] [-Help] 
     [-NoStart] [-Proxy <String>] [-SafeMode] [-UseProxy] [-Verbose] [-Version]

    -Path <String>
        The path of the file to read.

    -Activate <String>
        Activate license. Default value: <empty>.

    -CPUOnly [<Boolean>]
        Disable GPU/XPU acceleration, defaulting to CPU-only mode.
        Default value: False.

    -Deactivate [<Boolean>]
        Deactivate license. Default value: False.

    -Help [<Boolean>] (-?, -h)
        Displays this help message.

    -NoStart [<Boolean>]
        Disable Start Screen Default value: False.

    -Proxy <String>
        Set Proxy for all network communications. Default value: <empty>.

    -SafeMode [<Boolean>]
        Enforce Safe Mode. Default value: False.

    -UseProxy [<Boolean>]
        Use Proxy for all network communications.

    -Verbose [<Boolean>]
        Enable Verbose logging for diagnostics and technical usage purposes.
        Default value: False.

    -Version [<Boolean>]
        Displays version information.

Gaea.Swarm.exe

For the Build Swarm, see Command Line Automation.

Last updated