All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.mcxiaoke.packer.cli.help.txt Maven / Gradle / Ivy

There is a newer version: 2.0.1
Show newest version

INTRODUCTION

    PackerNg is a tool for add channel information to Android APK files.

PROJECT

    URL: https://github.com/mcxiaoke/packer-ng-plugin
    Email: [email protected]

USAGE

    packer-ng  [options]
    packer-ng --help [-h]
    packer-ng generate --channels --output apk
    packer-ng verify apk

EXAMPLE

generate    Add channel info to the provided APK

    packer-ng generate --channels=ch1,ch2,ch3 --output=archives app.apk
    packer-ng generate [email protected] --output=archives app.apk

    [email protected] - using channels from the provided file.
    --channels=ch1,ch2,ch3 - using channels from the provided list.
    --output=archives - output directory for save final APK files.
    --input=file - base APK file for add channel information.

verify    Check whether signatures and channel of the provided APK is valid.

       packer-ng verify app.apk




© 2015 - 2025 Weber Informatics LLC | Privacy Policy