2018-11-06 13:04:27 +00:00
|
|
|
fastlane documentation
|
2022-01-25 15:49:21 +00:00
|
|
|
----
|
|
|
|
|
|
2018-11-06 13:04:27 +00:00
|
|
|
# Installation
|
|
|
|
|
|
|
|
|
|
Make sure you have the latest version of the Xcode command line tools installed:
|
|
|
|
|
|
2022-01-25 15:49:21 +00:00
|
|
|
```sh
|
2018-11-06 13:04:27 +00:00
|
|
|
xcode-select --install
|
|
|
|
|
```
|
|
|
|
|
|
2022-01-25 15:49:21 +00:00
|
|
|
For _fastlane_ installation instructions, see [Installing _fastlane_](https://docs.fastlane.tools/#installing-fastlane)
|
2018-11-06 13:04:27 +00:00
|
|
|
|
|
|
|
|
# Available Actions
|
2022-01-25 15:49:21 +00:00
|
|
|
|
2018-11-06 13:04:27 +00:00
|
|
|
## Android
|
2022-01-25 15:49:21 +00:00
|
|
|
|
2018-11-06 13:04:27 +00:00
|
|
|
### android test
|
2022-01-25 15:49:21 +00:00
|
|
|
|
|
|
|
|
```sh
|
|
|
|
|
[bundle exec] fastlane android test
|
2018-11-06 13:04:27 +00:00
|
|
|
```
|
2022-01-25 15:49:21 +00:00
|
|
|
|
2018-11-06 13:04:27 +00:00
|
|
|
Runs all the tests
|
2022-01-25 15:49:21 +00:00
|
|
|
|
2022-09-15 11:39:22 +00:00
|
|
|
### android staffapk
|
|
|
|
|
|
|
|
|
|
```sh
|
|
|
|
|
[bundle exec] fastlane android staffapk
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
Build Staff APK for sara
|
|
|
|
|
|
2020-04-22 12:52:46 +00:00
|
|
|
### android staff
|
2022-01-25 15:49:21 +00:00
|
|
|
|
|
|
|
|
```sh
|
|
|
|
|
[bundle exec] fastlane android staff
|
2020-04-22 12:52:46 +00:00
|
|
|
```
|
2022-01-25 15:49:21 +00:00
|
|
|
|
2020-04-22 12:52:46 +00:00
|
|
|
Submit a new Staff Build to Google Play
|
2022-01-25 15:49:21 +00:00
|
|
|
|
2018-11-06 13:04:27 +00:00
|
|
|
### android alpha
|
2022-01-25 15:49:21 +00:00
|
|
|
|
|
|
|
|
```sh
|
|
|
|
|
[bundle exec] fastlane android alpha
|
2018-11-06 13:04:27 +00:00
|
|
|
```
|
2022-01-25 15:49:21 +00:00
|
|
|
|
2018-11-06 13:04:27 +00:00
|
|
|
Submit a new Alpha Build to Google Play
|
2022-01-25 15:49:21 +00:00
|
|
|
|
2018-11-06 13:04:27 +00:00
|
|
|
### android beta
|
2022-01-25 15:49:21 +00:00
|
|
|
|
|
|
|
|
```sh
|
|
|
|
|
[bundle exec] fastlane android beta
|
2018-11-06 13:04:27 +00:00
|
|
|
```
|
2022-01-25 15:49:21 +00:00
|
|
|
|
2018-11-06 13:04:27 +00:00
|
|
|
Submit a new Beta Build to Google Play
|
2022-01-25 15:49:21 +00:00
|
|
|
|
2018-11-06 13:04:27 +00:00
|
|
|
### android deploy
|
2022-01-25 15:49:21 +00:00
|
|
|
|
|
|
|
|
```sh
|
|
|
|
|
[bundle exec] fastlane android deploy
|
2018-11-06 13:04:27 +00:00
|
|
|
```
|
2022-01-25 15:49:21 +00:00
|
|
|
|
2018-11-06 13:04:27 +00:00
|
|
|
Deploy a new version to the Google Play
|
|
|
|
|
|
|
|
|
|
----
|
|
|
|
|
|
2022-01-04 13:56:28 +00:00
|
|
|
This README.md is auto-generated and will be re-generated every time [_fastlane_](https://fastlane.tools) is run.
|
2022-01-25 15:49:21 +00:00
|
|
|
|
|
|
|
|
More information about _fastlane_ can be found on [fastlane.tools](https://fastlane.tools).
|
|
|
|
|
|
|
|
|
|
The documentation of _fastlane_ can be found on [docs.fastlane.tools](https://docs.fastlane.tools).
|