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/cliQuick Start
Sign In
For local development, authorize via the browser:
pgyer auth loginIn CI/CD, pass the API Key via an environment variable:
export PGYER_API_KEY=YOUR_API_KEYUpload an App
pgyer upload ./app-release.apkSupports .apk, .ipa, and .hap.