element-android/fastlane/README.md

65 lines
1.1 KiB
Markdown
Raw Normal View History

fastlane documentation
2022-07-13 09:40:53 +00:00
----
# Installation
Make sure you have the latest version of the Xcode command line tools installed:
2022-07-13 09:40:53 +00:00
```sh
xcode-select --install
```
2022-07-13 09:40:53 +00:00
For _fastlane_ installation instructions, see [Installing _fastlane_](https://docs.fastlane.tools/#installing-fastlane)
# Available Actions
2022-07-13 09:40:53 +00:00
## Android
2022-07-13 09:40:53 +00:00
### android test
2022-07-13 09:40:53 +00:00
```sh
[bundle exec] fastlane android test
```
2022-07-13 09:40:53 +00:00
Runs all the tests
2022-07-13 09:40:53 +00:00
### android beta
2022-07-13 09:40:53 +00:00
```sh
[bundle exec] fastlane android beta
```
2022-07-13 09:40:53 +00:00
Submit a new Beta Build to Crashlytics Beta
2022-07-13 09:40:53 +00:00
### android deploy
2022-07-13 09:40:53 +00:00
```sh
[bundle exec] fastlane android deploy
```
2022-07-13 09:40:53 +00:00
Deploy a new version to the Google Play
2022-07-13 09:40:53 +00:00
### android deployMeta
2022-07-13 09:40:53 +00:00
```sh
[bundle exec] fastlane android deployMeta
```
2022-07-13 09:40:53 +00:00
Deploy Google Play metadata
2022-07-13 09:40:53 +00:00
### android getVersionCode
2022-07-13 09:40:53 +00:00
```sh
[bundle exec] fastlane android getVersionCode
```
2022-07-13 09:40:53 +00:00
Get version code
----
2021-09-08 14:18:02 +00:00
This README.md is auto-generated and will be re-generated every time [_fastlane_](https://fastlane.tools) is run.
2022-07-13 09:40:53 +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).