android-publish
TypeScript icon, indicating that this package has built-in type declarations

1.0.11 • Public • Published

Android Publish

Push Android Bundles to Google Play Store from cli


Build With
oclif semantic release

Installation

Use with npx without install:

  $ npx android-publish [OPTIONS] <path to .aab file>

or install globally:

  $ npm i -g android-publish
  $ android-publish [OPTIONS] <path to .aab file>

How it works

android-publish will send your app bundle using the Google Apis.

Usage

Push Android Bundles to Google Play Store from cli

USAGE
  $ android-push [OPTIONS] BUNDLE

ARGUMENTS
  BUNDLE  Android bundle file

OPTIONS
  -h, --help                                    Show help
  -k, --key=api.json                            (required) Google service account key file
  -p, --packageName=com.example.app             (required) App package name
  -q, --quiet                                   Print only error messages
  -t, --track=(internal|alpha|beta|production)  (required) Publish track
  -v, --version                                 Show Android Publish version
// Publish app com.example.app to "internal" track.
android-publish -p com.example.app -k api.json -t internal - ./app/release/release.aab

// Display version information
android-publish -v

// Show help
android-publish -h

Hausenn Technologies

/android-publish/

    Package Sidebar

    Install

    npm i android-publish

    Weekly Downloads

    6

    Version

    1.0.11

    License

    MIT

    Unpacked Size

    16.9 kB

    Total Files

    13

    Last publish

    Collaborators

    • dkrepsky