Skip to content

Commit

Permalink
Update README.MD
Browse files Browse the repository at this point in the history
  • Loading branch information
Massad committed Mar 30, 2022
1 parent 69d2e35 commit 6602496
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Official CLI (ta-CLI) for [TestApp.io](https://testapp.io) app distribution to u

## Installation

#### MacOS & Linux
#### macOS & Linux

```sh
curl -Ls https://github.com/testappio/cli/releases/latest/download/install | bash
Expand Down Expand Up @@ -60,18 +60,18 @@ Navigate to [latest releases](https://github.com/testappio/cli/releases) and dow
ta-cli config
```

| Key | Description | Default |
| ------------------- | ----------------------------------------------------------------------------------------------------------------------------- | ------------------ |
| --config | path to your ta-cli.json config file [Optional] | $HOME/.ta-cli.json |
| --api_token | You can get it from https://portal.testapp.io/settings/api-credentials | |
| --app_id | You can get it from your app page at [https://portal.testapp.io/apps](https://portal.testapp.io/apps?select-for-integrations) | |
| --release | It can be either both or Android or iOS | |
| --apk_file | Path to the Android APK file | |
| --ipa_file | Path to the iOS IPA file | |
| --release_notes | Manually add the release notes to be displayed for the testers | |
| --git_release_notes | Collect release notes from the latest git commit message to be displayed for the testers: true or false | true |
| --git_commit_id | Include the last commit ID in the release notes (works with both release notes options): true or false | false |
| --notify | Send notifications to your team members about this release: true or false | false |
| Key | Description | Default |
| ------------------- | ------------------------------------------------------------------------------------------------------------------------------------ | ------------------ |
| --config | path to your ta-cli.json config file [Optional] | $HOME/.ta-cli.json |
| --api_token | You can get it from https://portal.testapp.io/settings/api-credentials | |
| --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) | |
| --release | It can be either both or Android or iOS | |
| --apk_file | Path to the Android APK file | |
| --ipa_file | Path to the iOS IPA file | |
| --release_notes | Manually add the release notes to be displayed for the testers | |
| --git_release_notes | Collect release notes from the latest git commit message to be displayed for the testers: true or false | true |
| --git_commit_id | Include the last commit ID in the release notes (works with both release notes options): true or false | false |
| --notify | Send notifications to your team members about this release: true or false | false |

The default configuration file will be at `$HOME/.ta-cli.json`

Expand Down

0 comments on commit 6602496

Please sign in to comment.