@@ -8,7 +8,7 @@ Official CLI (ta-CLI) for [TestApp.io](https://testapp.io) app distribution to u
88
99## Installation
1010
11- #### MacOS & Linux
11+ #### macOS & Linux
1212
1313``` sh
1414curl -Ls https://github.com/testappio/cli/releases/latest/download/install | bash
@@ -60,18 +60,18 @@ Navigate to [latest releases](https://github.com/testappio/cli/releases) and dow
6060ta-cli config
6161```
6262
63- | Key | Description | Default |
64- | ------------------- | ----------------------------------------------------------------------------------------------------------------------------- | ------------------ |
65- | --config | path to your ta-cli.json config file [ Optional] | $HOME/.ta-cli.json |
66- | --api_token | You can get it from https://portal.testapp.io/settings/api-credentials | |
67- | --app_id | You can get it from your app page at [ https://portal.testapp.io/apps ] ( https://portal.testapp.io/apps?select-for-integrations ) | |
68- | --release | It can be either both or Android or iOS | |
69- | --apk_file | Path to the Android APK file | |
70- | --ipa_file | Path to the iOS IPA file | |
71- | --release_notes | Manually add the release notes to be displayed for the testers | |
72- | --git_release_notes | Collect release notes from the latest git commit message to be displayed for the testers: true or false | true |
73- | --git_commit_id | Include the last commit ID in the release notes (works with both release notes options): true or false | false |
74- | --notify | Send notifications to your team members about this release: true or false | false |
63+ | Key | Description | Default |
64+ | ------------------- | ------------------------------------------------------------------------------------------------------------------------------------ | ------------------ |
65+ | --config | path to your ta-cli.json config file [ Optional] | $HOME/.ta-cli.json |
66+ | --api_token | You can get it from https://portal.testapp.io/settings/api-credentials | |
67+ | --app_id | You can get it from your app page at [ https://portal.testapp.io/apps ] ( https://portal.testapp.io/apps?action= select-for-integrations ) | |
68+ | --release | It can be either both or Android or iOS | |
69+ | --apk_file | Path to the Android APK file | |
70+ | --ipa_file | Path to the iOS IPA file | |
71+ | --release_notes | Manually add the release notes to be displayed for the testers | |
72+ | --git_release_notes | Collect release notes from the latest git commit message to be displayed for the testers: true or false | true |
73+ | --git_commit_id | Include the last commit ID in the release notes (works with both release notes options): true or false | false |
74+ | --notify | Send notifications to your team members about this release: true or false | false |
7575
7676The default configuration file will be at ` $HOME/.ta-cli.json `
7777
0 commit comments