Beam/fastlane/README.md

103 lines
1.3 KiB
Markdown
Raw Normal View History

2022-02-24 17:44:21 +02:00
fastlane documentation
----
# Installation
Make sure you have the latest version of the Xcode command line tools installed:
```sh
xcode-select --install
```
For _fastlane_ installation instructions, see [Installing _fastlane_](https://docs.fastlane.tools/#installing-fastlane)
# Available Actions
### alpha
```sh
[bundle exec] fastlane alpha
```
### app_store_release
2022-02-24 17:44:21 +02:00
```sh
[bundle exec] fastlane app_store_release
2022-02-24 17:44:21 +02:00
```
### build_release
2022-02-24 17:44:21 +02:00
```sh
[bundle exec] fastlane build_release
```
### unit_tests
```sh
[bundle exec] fastlane unit_tests
```
### ui_tests
```sh
[bundle exec] fastlane ui_tests
2022-02-24 17:44:21 +02:00
```
### integration_tests
```sh
[bundle exec] fastlane integration_tests
```
### config_nightly
```sh
[bundle exec] fastlane config_nightly
```
### upload_dsyms_to_sentry
```sh
[bundle exec] fastlane upload_dsyms_to_sentry
```
### release_to_github
```sh
[bundle exec] fastlane release_to_github
```
### prepare_next_release
```sh
[bundle exec] fastlane prepare_next_release
```
2022-02-24 17:44:21 +02:00
----
This README.md is auto-generated and will be re-generated every time [_fastlane_](https://fastlane.tools) is run.
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).