distribute_cli 2.2.0
distribute_cli: ^2.2.0 copied to clipboard
Quick way to distribute your app to playstore and appstore
example/example.md
Example Commands #
By default, these commands use the .distribution.env file for configuration. You may need to modify this file to try the example commands below.
Build and Distribute Android App only #
distribute build --no-ios --android --publish --android_binary=aab
Distribute iOS App only #
distribute publish --ios --no-android
Build with Custom Arguments #
distribute build --custom_args="macos:macos,windows:windows"