From e3264012861ae66ceb15a33aa524c4793f1ca817 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Malo=20L=C3=A9on?= Date: Wed, 26 Apr 2023 12:32:50 +0200 Subject: [PATCH] docs: update readme (#1) --- plugins/fastlane-plugin-android_cd/README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/plugins/fastlane-plugin-android_cd/README.md b/plugins/fastlane-plugin-android_cd/README.md index 65661fb..1c02e04 100644 --- a/plugins/fastlane-plugin-android_cd/README.md +++ b/plugins/fastlane-plugin-android_cd/README.md @@ -62,6 +62,20 @@ gpg --quiet --batch --yes --symmetric --passphrase="" -- Once your folder is compressed, encrypted, and placed in the android folder of your project, you can call the actions of this plugin in your various lanes. +#### Build and Deploy + +```ruby +build_and_deploy(beta_type: "internal") +``` + +#### Promote + +```ruby +promote(beta_type: "internal") +``` + +note that beta type can be `production`, `beta`, `alpha`, `internal`. + ## Run tests for this plugin To run both the tests, and code style validation, run