Skip to main content

GameFlow CLI

Deploy game server builds from the command line.

Installation

Install with your preferred package manager:

npm i -g @gameflow/cli

Usage

Push server builds to GameFlow for hosting.

Authentication

First, authenticate with your GameFlow account:

gf login

Push a Build

Upload your game server build:

gf push <path-to-build>

The CLI allows you to:

  • Upload and manage server builds
  • Configure deployment settings
  • Monitor build status
  • Manage server fleets and regions

More details coming soon with complete command reference and examples.