commands.sh

apkeep

all

Download APK files from various sources.

More info →

Options (3)

-a, --appboolean

Download an APK file to the specified directory

Example: apkeep {{[-a|--app]}} {{com.example.application}} {{path/to/directory}}
-l, --list-versionsboolean

List all available versions for download

Example: apkeep {{[-a|--app]}} {{com.example.application}} {{[-l|--list-versions]}} {{path/to/directory}}
-d, --download-sourceboolean

Specify a store to download from

Example: apkeep {{[-a|--app]}} {{com.example.application}} {{[-d|--download-source]}} {{apk-pure|google-play|f-droid|huawei-app-gallery}} {{path/to/directory}}

Examples (3)

Download an APK file to the specified directory

apkeep [-a|--app] com.example.application path/to/directory

List all available versions for download

apkeep [-a|--app] com.example.application [-l|--list-versions] path/to/directory

Specify a store to download from

apkeep [-a|--app] com.example.application [-d|--download-source] apk-pure|google-play|f-droid|huawei-app-gallery path/to/directory
made by @shridhargupta | data from tldr-pages