CI/CD & Dev Tools
Pgyer CLI
Introduction, installation, and quick-start guide for @pgyer/cli, Pgyer's official command-line tool.
@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.
See the npm package page for version and release information. After installation, run pgyer --help for the complete command and option reference supported by your installed version.
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.