Skip to content
This repository has been archived by the owner on May 31, 2023. It is now read-only.

Commit

Permalink
Commit autogenerated README file changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerluan committed Sep 26, 2022
1 parent fcbc55e commit 090c8a8
Showing 1 changed file with 23 additions and 15 deletions.
38 changes: 23 additions & 15 deletions fastlane/README.md
Original file line number Diff line number Diff line change
@@ -1,38 +1,46 @@
fastlane documentation
================
----

# Installation

Make sure you have the latest version of the Xcode command line tools installed:

```
```sh
xcode-select --install
```

Install _fastlane_ using
```
[sudo] gem install fastlane -NV
```
or alternatively using `brew install fastlane`
For _fastlane_ installation instructions, see [Installing _fastlane_](https://docs.fastlane.tools/#installing-fastlane)

# Available Actions

### test

```sh
[bundle exec] fastlane test
```
fastlane test
```



### post_slack_deploy_message

```sh
[bundle exec] fastlane post_slack_deploy_message
```
fastlane post_slack_deploy_message
```



### update_available_plugins

```sh
[bundle exec] fastlane update_available_plugins
```
fastlane update_available_plugins
```



----

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).

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).

0 comments on commit 090c8a8

Please sign in to comment.