Pgyer Docs
CI/CD & Dev Tools

Pgyer CLI

Intro and quick-start for @pgyer/cli, Pgyer's official command-line tool. The GitHub repo holds the full reference.

@pgyer/cli is Pgyer's official command-line tool. It supports app upload (IPA / APK / HAP), app management, account authentication, and API token operations, for both local development and CI/CD pipelines.

The full command list, parameter reference, and config options live in the GitHub repo: PGYER/pgyer-cli.

Install

Requires Node.js >= 18.0.0.

npm install -g @pgyer/cli

Quick Start

Sign In

For local development, authorize via the browser:

pgyer auth login

In CI/CD, pass the API Key via an environment variable:

export PGYER_API_KEY=YOUR_API_KEY

Upload an App

pgyer upload ./app-release.apk

Supports .apk, .ipa, and .hap.

On this page