firebase appdistribution:distribute <distribution-file>
Upload a distribution
Arguments
| Name | Description | 
|---|---|
| distribution-file | 
Options
| Name | Description | 
|---|---|
| --app  <arg> | The app id of your Firebase app | 
| --release-notes | Release notes to include with this distribution | 
| --release-notes-file  <arg> | Path to file with release notes to include with this distribution | 
| --testers  <arg...> | A comma separated list of tester emails to distribute to | 
| --testers-file  <arg> | Path to file with a comma separated list of tester emails to distribute to | 
| --groups  <arg...> | A comma separated list of group aliases to distribute to | 
| --groups-file  <arg...> | Path to file with a comma separated list of group aliases to distribute to | 
| -h, --help | Output usage information |