CLI Download

Download and Run Game Launcher Cloud CLI (Command Line Interface). No installation required. Use the CLI to upload large builds and automate your process without enter to the Dashboard.

CLI Changelog reference: CLI Changelog

circle-info

CLI Commands: CLI Commands

Download

Windows x64

Direct Download: gamelaunchercloud-cli.exearrow-up-right

# Download with PowerShell
Invoke-WebRequest -Uri "https://cdn.gamelauncher.cloud/Downloads/CLI/Releases/latest/win-x64/gamelaunchercloud-cli.exe" -OutFile "gamelaunchercloud-cli.exe"

# Or with curl
curl -L -o gamelaunchercloud-cli.exe https://cdn.gamelauncher.cloud/Downloads/CLI/Releases/latest/win-x64/gamelaunchercloud-cli.exe

# Run
.\gamelaunchercloud-cli.exe

Linux x64

Direct Download: gamelaunchercloud-cliarrow-up-right

# Download
curl -L -o gamelaunchercloud-cli https://cdn.gamelauncher.cloud/Downloads/CLI/Releases/latest/linux-x64/gamelaunchercloud-cli

# Make executable
chmod +x gamelaunchercloud-cli

# Move to PATH (optional)
sudo mv gamelaunchercloud-cli /usr/local/bin/

# Run
gamelaunchercloud-cli

Linux ARM64

Direct Download: gamelaunchercloud-cliarrow-up-right


Common Issues

Windows

circle-exclamation

Solution: Click "More info" then "Run anyway"

Linux

circle-exclamation

Solution: Execute the cli with this command


Last updated

Was this helpful?