GameFlow CLI
Deploy game server builds from the command line.
Installation
Install with your preferred package manager:
- NPM
- pnpm
- Yarn
- Bun
- Deno
npm i -g @gameflow/cli
pnpm add -g @gameflow/cli
yarn global add @gameflow/cli
bun add -g @gameflow/cli
deno install -A -n gameflow https://deno.land/x/gameflow_cli/mod.ts
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.