> For the complete CircleCI developer hub index, see [llms.txt](https://circleci.com/developer/llms.txt)

# testfairy/uploader

Upload a new build to TestFairy.

## Commands

### uploader

| Parameter | Type | Default | Description |
|---|---|---|---|
| `file` | string |  | APK or IPA file data. |
| `api-key` | env_var_name |  | The envrionment variable name containing your API application key. See https://app.testfairy.com/settings for details. |
| `symbols-file` | string |  | Symbols mapping file. For iOS this should be a path to the zipped symbols file. For Android, this is the path to the mappings.txt file |
| `testers-groups` | string |  | Either a comma-separated list of tester groups to be invited on the new build, or "all" to invite all testers. |
| `notify` | enum | on | Send email to all users in tester_groups. The default is "on". |
| `auto-update` | enum | off | Allows an easy upgrade of all users to the current version. The default is "off", to enable set as "on". |
| `tags` | string |  | Set of comma-separated tags to be displayed and search upon. |
| `server-endpoint` | string | https://upload.testfairy.com | API URL for TestFairy. The default is https://upload.testfairy.com |
| `changelog` | string |  | Changelog for this upload. |