apkeep
Verified for current stable LTS
Apkeep Command: List Available Versions
An engineer would use the 'apkeep --app com.example.application --list-versions path/to/directory' command when they need to verify all available versions of a specific application within a designated directory for deployment or maintenance purposes. Exact CLI syntax to list available versions using Apkeep.
When to use this: An engineer would use the 'apkeep --app com.example.application --list-versions path/to/directory' command when they need to verify all available versions of a specific application within a designated directory for deployment or maintenance purposes.
Command Syntax
apkeep {-a|--app} com.example.application {-l|--list-versions} path/to/directory apkeep `{-a|--app`} com.example.application `{-l|--list-versions`} path/to/directory Command Breakdown
apkeep is the base executable for this command.
FAQ
Purpose: Exact syntax to list available versions using Apkeep.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Apkeep Command: Specify Store For Download
apkeep {-a|--app} com.example.application {-d|--download-source} apk-pure|google-play|f-droid|huawei-app-gallery path/to/directory Apkeep Command: Download Apk File apkeep {-a|--app} com.example.application path/to/directory Apkeep Command: Download Apk apkeep -a <com.example.application> <path/to/directory> Apkeep Command: List Versions apkeep -a <com.example.application> -l <path/to/directory> Apkeep Command: Specify Store apkeep -a <com.example.application> -d <apk-pure|google-play|f-droid|huawei-app-gallery> <path/to/directory>