bundletool
Verified for current stable LTS
Bundletool Command: Display Help For Subcommand
Use for display help for subcommand with Bundletool. Exact CLI syntax to display help for subcommand using Bundletool.
When to use this: Use for display help for subcommand with Bundletool.
Command Syntax
bundletool help <subcommand> bundletool help <subcommand> Command Breakdown
bundletool is the base executable for this command.
FAQ
Purpose: Exact syntax to display help for subcommand using Bundletool.
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
Bundletool Command: Estimate Download Size Of Application
bundletool get-size total --apks <path/to/file.apks> Bundletool Command: Generate Apks From Bundle Giving Keystore Password bundletool build-apks --bundle <path/to/bundle.aab> --ks <path/to/key.keystore> --ks-key-alias <key_alias> --ks-pass {pass:the_password} --output <path/to/file.apks> Bundletool Command: Generate Apks From Bundle Prompt For Password bundletool build-apks --bundle <path/to/bundle.aab> --ks <path/to/key.keystore> --ks-key-alias <key_alias> --output <path/to/file.apks> Bundletool Command: Generate Apks From Bundle With Password bundletool build-apks --bundle <path/to/bundle.aab> --ks <path/to/key.keystore> --ks-key-alias <key_alias> --ks-pass {pass:the_password} --output <path/to/file.apks> Bundletool Command: Generate Device Specification Json bundletool get-device-spec --output <path/to/file.json>