File tree Expand file tree Collapse file tree 1 file changed +34
-19
lines changed Expand file tree Collapse file tree 1 file changed +34
-19
lines changed Original file line number Diff line number Diff line change 11fastlane documentation
2- ================
2+ ----
3+
34# Installation
45
56Make sure you have the latest version of the Xcode command line tools installed:
67
7- ```
8+ ``` sh
89xcode-select --install
910```
1011
11- Install _ fastlane_ using
12- ```
13- [sudo] gem install fastlane -NV
14- ```
15- or alternatively using ` brew install fastlane `
12+ For _ fastlane_ installation instructions, see [ Installing _ fastlane_ ] ( https://docs.fastlane.tools/#installing-fastlane )
1613
1714# Available Actions
15+
1816## Android
17+
1918### android test
19+
20+ ``` sh
21+ [bundle exec] fastlane android test
2022```
21- fastlane android test
22- ```
23+
2324Runs all the tests
25+
2426### android beta
27+
28+ ``` sh
29+ [bundle exec] fastlane android beta
2530```
26- fastlane android beta
27- ```
31+
2832Submit a new Beta Build to Crashlytics Beta
33+
2934### android deploy
35+
36+ ``` sh
37+ [bundle exec] fastlane android deploy
3038```
31- fastlane android deploy
32- ```
39+
3340Deploy a new version to the Google Play
41+
3442### android deployMeta
43+
44+ ``` sh
45+ [bundle exec] fastlane android deployMeta
3546```
36- fastlane android deployMeta
37- ```
47+
3848Deploy Google Play metadata
49+
3950### android getVersionCode
51+
52+ ``` sh
53+ [bundle exec] fastlane android getVersionCode
4054```
41- fastlane android getVersionCode
42- ```
55+
4356Get version code
4457
4558----
4659
4760This README.md is auto-generated and will be re-generated every time [ _ fastlane_ ] ( https://fastlane.tools ) is run.
48- More information about fastlane can be found on [ fastlane.tools] ( https://fastlane.tools ) .
49- The documentation of fastlane can be found on [ docs.fastlane.tools] ( https://docs.fastlane.tools ) .
61+
62+ More information about _ fastlane_ can be found on [ fastlane.tools] ( https://fastlane.tools ) .
63+
64+ The documentation of _ fastlane_ can be found on [ docs.fastlane.tools] ( https://docs.fastlane.tools ) .
You can’t perform that action at this time.
0 commit comments