bundletool

Manipulate and inspect Android App Bundles for testing and distribution

brewmacoslinux
Try with needOr install directly
Source

About

Command-line tool to manipulate Android App Bundles

Commands

bundletool

Examples

Build APKs from an Android App Bundle$ bundletool build-apks --bundle=app.aab --output=app.apks --ks=keystore.jks --ks-pass=pass:password --ks-key-alias=key-alias --key-pass=pass:password
Inspect the contents and structure of an App Bundle$ bundletool dump manifest --bundle=app.aab
Install generated APKs on a connected device$ bundletool install-apks --apks=app.apks