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.
Download
Windows x64
# 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.exeLinux x64
# 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-cliLinux ARM64
Common Issues
Windows
Linux
Links
Last updated
Was this helpful?