Skip to content

bundles

Konstantin Aksenov edited this page May 11, 2020 · 3 revisions

1.list

Parameters:

No

Example:

bundles list --config service_account.json --packageName <com.my.package>


2.upload

Parameters:

--bundle - path to bundle file (Require)

--ackBundleInstallationWarning - Must be set to true if the bundle installation may trigger a warning on user devices (for example, if installation size may be over a threshold, typically 100 MB). (Optional)

Example:

bundles upload --config service_account.json --packageName <com.my.package> --bundle path/to/bundle

Clone this wiki locally