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.
Last updated
Was this helpful?
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.
Last updated
Was this helpful?
Was this helpful?
# 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# 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# Download
curl -L -o gamelaunchercloud-cli https://cdn.gamelauncher.cloud/Downloads/CLI/Releases/latest/linux-arm64/gamelaunchercloud-cli
# Make executable
chmod +x gamelaunchercloud-cli
# Move to PATH (optional)
sudo mv gamelaunchercloud-cli /usr/local/bin/
# Run
gamelaunchercloud-clichmod +x gamelaunchercloud-cli