Skip to content

Commit

Permalink
[Bot] Update docs for latest fastlane release 2.195.0 (actions.md, av…
Browse files Browse the repository at this point in the history
…ailable-plugins.md) 🚀 (#1103)

* Update docs for latest fastlane release 2.195.0 (actions.md, available-plugins.md) 🚀

* Remove documentation for removed action

* Add redirect for the removed crashlytics action

Co-authored-by: Iulian Onofrei <iulian.onofrei@yahoo.com>
  • Loading branch information
Josh Holtz and revolter authored Oct 2, 2021
1 parent 150e9b8 commit b52d4c4
Show file tree
Hide file tree
Showing 36 changed files with 67,389 additions and 227 deletions.
35 changes: 18 additions & 17 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
GIT
remote: https://github.com/fastlane/fastlane
revision: f2aa10614bd41025e3b463ad3754126b16bb2585
revision: 80e665ec2f953a80124c5c436dfd1c9c0223019f
specs:
fastlane (2.193.1)
fastlane (2.195.0)
CFPropertyList (>= 2.3, < 4.0.0)
addressable (>= 2.8, < 3.0.0)
artifactory (~> 3.0)
Expand Down Expand Up @@ -45,27 +45,28 @@ GIT
GEM
remote: https://rubygems.org/
specs:
CFPropertyList (3.0.3)
CFPropertyList (3.0.4)
rexml
addressable (2.8.0)
public_suffix (>= 2.0.2, < 5.0)
artifactory (3.0.15)
ast (2.4.2)
atomos (0.1.3)
aws-eventstream (1.2.0)
aws-partitions (1.494.0)
aws-sdk-core (3.120.0)
aws-partitions (1.506.0)
aws-sdk-core (3.121.1)
aws-eventstream (~> 1, >= 1.0.2)
aws-partitions (~> 1, >= 1.239.0)
aws-sigv4 (~> 1.1)
jmespath (~> 1.0)
aws-sdk-kms (1.48.0)
aws-sdk-core (~> 3, >= 3.120.0)
aws-sigv4 (~> 1.1)
aws-sdk-s3 (1.101.0)
aws-sdk-s3 (1.103.0)
aws-sdk-core (~> 3, >= 3.120.0)
aws-sdk-kms (~> 1)
aws-sigv4 (~> 1.1)
aws-sigv4 (1.3.0)
aws-sigv4 (~> 1.4)
aws-sigv4 (1.4.0)
aws-eventstream (~> 1, >= 1.0.2)
babosa (1.0.4)
claide (1.0.3)
Expand Down Expand Up @@ -100,7 +101,7 @@ GEM
dotenv (2.7.6)
emoji_regex (3.2.2)
excon (0.85.0)
faraday (1.7.1)
faraday (1.8.0)
faraday-em_http (~> 1.0)
faraday-em_synchrony (~> 1.0)
faraday-excon (~> 1.1)
Expand Down Expand Up @@ -130,7 +131,7 @@ GEM
gh_inspector (1.1.3)
git (1.9.1)
rchardet (~> 1.8)
google-apis-androidpublisher_v3 (0.10.0)
google-apis-androidpublisher_v3 (0.11.0)
google-apis-core (>= 0.4, < 2.a)
google-apis-core (0.4.1)
addressable (~> 2.5, >= 2.5.1)
Expand All @@ -145,14 +146,14 @@ GEM
google-apis-core (>= 0.4, < 2.a)
google-apis-playcustomapp_v1 (0.5.0)
google-apis-core (>= 0.4, < 2.a)
google-apis-storage_v1 (0.6.0)
google-apis-storage_v1 (0.7.0)
google-apis-core (>= 0.4, < 2.a)
google-cloud-core (1.6.0)
google-cloud-env (~> 1.0)
google-cloud-errors (~> 1.0)
google-cloud-env (1.5.0)
faraday (>= 0.17.3, < 2.0)
google-cloud-errors (1.1.0)
google-cloud-errors (1.2.0)
google-cloud-storage (1.34.1)
addressable (~> 2.5)
digest-crc (~> 0.4)
Expand Down Expand Up @@ -194,7 +195,7 @@ GEM
open4 (1.3.4)
optparse (0.1.1)
os (1.1.1)
parallel (1.20.1)
parallel (1.21.0)
parser (2.7.2.0)
ast (~> 2.4.1)
plist (3.6.0)
Expand Down Expand Up @@ -225,8 +226,8 @@ GEM
addressable (>= 2.3.5)
faraday (> 0.8, < 2.0)
security (0.1.3)
signet (0.15.0)
addressable (~> 2.3)
signet (0.16.0)
addressable (~> 2.8)
faraday (>= 0.17.3, < 2.0)
jwt (>= 1.5, < 3.0)
multi_json (~> 1.10)
Expand All @@ -244,8 +245,8 @@ GEM
uber (0.1.0)
unf (0.1.4)
unf_ext
unf_ext (0.0.7.7)
unicode-display_width (1.7.0)
unf_ext (0.0.8)
unicode-display_width (1.8.0)
webrick (1.7.0)
word_wrap (1.0.0)
xcodeproj (1.21.0)
Expand Down
67 changes: 33 additions & 34 deletions docs/generated/actions.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/generated/actions/app_store_build_number.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ build_num = app_store_build_number(
Key | Description | Default
----|-------------|--------
`api_key_path` | Path to your App Store Connect API Key JSON file (https://docs.fastlane.tools/app-store-connect-api/#using-fastlane-api-key-json-file) |
`api_key` | Your App Store Connect API Key information (https://docs.fastlane.tools/app-store-connect-api/#use-return-value-and-pass-in-as-an-option) | [*](#parameters-legend-dynamic)
`api_key` | Your App Store Connect API Key information (https://docs.fastlane.tools/app-store-connect-api/#using-fastlane-api-key-hash-option) | [*](#parameters-legend-dynamic)
`initial_build_number` | sets the build number to given value if no build is in current train |
`app_identifier` | The bundle identifier of your app | [*](#parameters-legend-dynamic)
`username` | Your Apple ID Username | [*](#parameters-legend-dynamic)
Expand Down
2 changes: 1 addition & 1 deletion docs/generated/actions/appstore.md
Original file line number Diff line number Diff line change
Expand Up @@ -813,7 +813,7 @@ appstore # alias for "upload_to_app_store"
Key | Description | Default
----|-------------|--------
`api_key_path` | Path to your App Store Connect API Key JSON file (https://docs.fastlane.tools/app-store-connect-api/#using-fastlane-api-key-json-file) |
`api_key` | Your App Store Connect API Key information (https://docs.fastlane.tools/app-store-connect-api/#use-return-value-and-pass-in-as-an-option) |
`api_key` | Your App Store Connect API Key information (https://docs.fastlane.tools/app-store-connect-api/#using-fastlane-api-key-hash-option) |
`username` | Your Apple ID Username | [*](#parameters-legend-dynamic)
`app_identifier` | The bundle identifier of your app | [*](#parameters-legend-dynamic)
`app_version` | The version that should be edited or created |
Expand Down
17 changes: 15 additions & 2 deletions docs/generated/actions/build_android_app.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,21 @@ gradle(
# ...

properties: {
"versionCode" => 100,
"versionName" => "1.0.0",
"exampleNumber" => 100,
"exampleString" => "1.0.0",
# ...
}
)
```

You can use this to change the version code and name of your app:
```ruby
gradle(
# ...

properties: {
"android.injected.version.code" => 100,
"android.injected.version.name" => "1.0.0",
# ...
}
)
Expand Down
2 changes: 1 addition & 1 deletion docs/generated/actions/capture_ios_screenshots.md
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ Key | Description | Default
`reinstall_app` | Enabling this option will automatically uninstall the application before running it | `false`
`erase_simulator` | Enabling this option will automatically erase the simulator before running the application | `false`
`headless` | Enabling this option will prevent displaying the simulator window | `true`
`override_status_bar` | Enabling this option will automatically override the status bar to show 9:41 AM, full battery, and full reception | `false`
`override_status_bar` | Enabling this option will automatically override the status bar to show 9:41 AM, full battery, and full reception (Adjust 'SNAPSHOT_SIMULATOR_WAIT_FOR_BOOT_TIMEOUT' environment variable if override status bar is not working. Might be because simulator is not fully booted. Defaults to 10 seconds) | `false`
`override_status_bar_arguments` | Fully customize the status bar by setting each option here. See `xcrun simctl status_bar --help` |
`localize_simulator` | Enabling this option will configure the Simulator's system language | `false`
`dark_mode` | Enabling this option will configure the Simulator to be in dark mode (false for light, true for dark) |
Expand Down
2 changes: 1 addition & 1 deletion docs/generated/actions/capture_screenshots.md
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ Key | Description | Default
`reinstall_app` | Enabling this option will automatically uninstall the application before running it | `false`
`erase_simulator` | Enabling this option will automatically erase the simulator before running the application | `false`
`headless` | Enabling this option will prevent displaying the simulator window | `true`
`override_status_bar` | Enabling this option will automatically override the status bar to show 9:41 AM, full battery, and full reception | `false`
`override_status_bar` | Enabling this option will automatically override the status bar to show 9:41 AM, full battery, and full reception (Adjust 'SNAPSHOT_SIMULATOR_WAIT_FOR_BOOT_TIMEOUT' environment variable if override status bar is not working. Might be because simulator is not fully booted. Defaults to 10 seconds) | `false`
`override_status_bar_arguments` | Fully customize the status bar by setting each option here. See `xcrun simctl status_bar --help` |
`localize_simulator` | Enabling this option will configure the Simulator's system language | `false`
`dark_mode` | Enabling this option will configure the Simulator to be in dark mode (false for light, true for dark) |
Expand Down
2 changes: 1 addition & 1 deletion docs/generated/actions/cert.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ Key | Description | Default
`force` | Create a certificate even if an existing certificate exists | `false`
`generate_apple_certs` | Create a certificate type for Xcode 11 and later (Apple Development or Apple Distribution) | [*](#parameters-legend-dynamic)
`api_key_path` | Path to your App Store Connect API Key JSON file (https://docs.fastlane.tools/app-store-connect-api/#using-fastlane-api-key-json-file) |
`api_key` | Your App Store Connect API Key information (https://docs.fastlane.tools/app-store-connect-api/#use-return-value-and-pass-in-as-an-option) |
`api_key` | Your App Store Connect API Key information (https://docs.fastlane.tools/app-store-connect-api/#using-fastlane-api-key-hash-option) |
`username` | Your Apple ID Username | [*](#parameters-legend-dynamic)
`team_id` | The ID of your Developer Portal team if you're in multiple teams | [*](#parameters-legend-dynamic)
`team_name` | The name of your Developer Portal team if you're in multiple teams | [*](#parameters-legend-dynamic)
Expand Down
2 changes: 1 addition & 1 deletion docs/generated/actions/check_app_store_metadata.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ precheck # alias for "check_app_store_metadata"
Key | Description | Default
----|-------------|--------
`api_key_path` | Path to your App Store Connect API Key JSON file (https://docs.fastlane.tools/app-store-connect-api/#using-fastlane-api-key-json-file) |
`api_key` | Your App Store Connect API Key information (https://docs.fastlane.tools/app-store-connect-api/#use-return-value-and-pass-in-as-an-option) |
`api_key` | Your App Store Connect API Key information (https://docs.fastlane.tools/app-store-connect-api/#using-fastlane-api-key-hash-option) |
`app_identifier` | The bundle identifier of your app | [*](#parameters-legend-dynamic)
`username` | Your Apple ID Username | [*](#parameters-legend-dynamic)
`team_id` | The ID of your App Store Connect team if you're in multiple teams | [*](#parameters-legend-dynamic)
Expand Down
112 changes: 0 additions & 112 deletions docs/generated/actions/crashlytics.md

This file was deleted.

2 changes: 1 addition & 1 deletion docs/generated/actions/deliver.md
Original file line number Diff line number Diff line change
Expand Up @@ -813,7 +813,7 @@ appstore # alias for "upload_to_app_store"
Key | Description | Default
----|-------------|--------
`api_key_path` | Path to your App Store Connect API Key JSON file (https://docs.fastlane.tools/app-store-connect-api/#using-fastlane-api-key-json-file) |
`api_key` | Your App Store Connect API Key information (https://docs.fastlane.tools/app-store-connect-api/#use-return-value-and-pass-in-as-an-option) |
`api_key` | Your App Store Connect API Key information (https://docs.fastlane.tools/app-store-connect-api/#using-fastlane-api-key-hash-option) |
`username` | Your Apple ID Username | [*](#parameters-legend-dynamic)
`app_identifier` | The bundle identifier of your app | [*](#parameters-legend-dynamic)
`app_version` | The version that should be edited or created |
Expand Down
2 changes: 1 addition & 1 deletion docs/generated/actions/get_certificates.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ Key | Description | Default
`force` | Create a certificate even if an existing certificate exists | `false`
`generate_apple_certs` | Create a certificate type for Xcode 11 and later (Apple Development or Apple Distribution) | [*](#parameters-legend-dynamic)
`api_key_path` | Path to your App Store Connect API Key JSON file (https://docs.fastlane.tools/app-store-connect-api/#using-fastlane-api-key-json-file) |
`api_key` | Your App Store Connect API Key information (https://docs.fastlane.tools/app-store-connect-api/#use-return-value-and-pass-in-as-an-option) |
`api_key` | Your App Store Connect API Key information (https://docs.fastlane.tools/app-store-connect-api/#using-fastlane-api-key-hash-option) |
`username` | Your Apple ID Username | [*](#parameters-legend-dynamic)
`team_id` | The ID of your Developer Portal team if you're in multiple teams | [*](#parameters-legend-dynamic)
`team_name` | The name of your Developer Portal team if you're in multiple teams | [*](#parameters-legend-dynamic)
Expand Down
3 changes: 2 additions & 1 deletion docs/generated/actions/get_provisioning_profile.md
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ Key | Description | Default
`force` | Renew provisioning profiles regardless of its state - to automatically add all devices for ad hoc profiles | `false`
`app_identifier` | The bundle identifier of your app | [*](#parameters-legend-dynamic)
`api_key_path` | Path to your App Store Connect API Key JSON file (https://docs.fastlane.tools/app-store-connect-api/#using-fastlane-api-key-json-file) |
`api_key` | Your App Store Connect API Key information (https://docs.fastlane.tools/app-store-connect-api/#use-return-value-and-pass-in-as-an-option) |
`api_key` | Your App Store Connect API Key information (https://docs.fastlane.tools/app-store-connect-api/#using-fastlane-api-key-hash-option) |
`username` | Your Apple ID Username | [*](#parameters-legend-dynamic)
`team_id` | The ID of your Developer Portal team if you're in multiple teams | [*](#parameters-legend-dynamic)
`team_name` | The name of your Developer Portal team if you're in multiple teams | [*](#parameters-legend-dynamic)
Expand All @@ -290,6 +290,7 @@ Key | Description | Default
`cert_owner_name` | The certificate name to use for new profiles, or to renew with. (e.g. "Felix Krause") |
`filename` | Filename to use for the generated provisioning profile (must include .mobileprovision) |
`skip_fetch_profiles` | Skips the verification of existing profiles which is useful if you have thousands of profiles | `false`
`include_all_certificates` | Include all matching certificates in the provisioning profile. Works only for the 'development' provisioning profile type | `false`
`skip_certificate_verification` | Skips the verification of the certificates for every existing profiles. This will make sure the provisioning profile can be used on the local machine | [*](#parameters-legend-dynamic)
`platform` | Set the provisioning profile's platform (i.e. ios, tvos, macos, catalyst) | `ios`
`readonly` | Only fetch existing profile, don't generate new ones | `false`
Expand Down
17 changes: 15 additions & 2 deletions docs/generated/actions/gradle.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,21 @@ gradle(
# ...

properties: {
"versionCode" => 100,
"versionName" => "1.0.0",
"exampleNumber" => 100,
"exampleString" => "1.0.0",
# ...
}
)
```

You can use this to change the version code and name of your app:
```ruby
gradle(
# ...

properties: {
"android.injected.version.code" => 100,
"android.injected.version.name" => "1.0.0",
# ...
}
)
Expand Down
2 changes: 1 addition & 1 deletion docs/generated/actions/last_git_commit.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Returns | Returns the following dict: {commit_hash: "commit hash", abbreviated_c

```ruby
commit = last_git_commit
crashlytics(notes: commit[:message]) # message of commit
pilot(changelog: commit[:message]) # message of commit
author = commit[:author] # author of the commit
author_email = commit[:author_email] # email of the author of the commit
hash = commit[:commit_hash] # long sha of commit
Expand Down
2 changes: 1 addition & 1 deletion docs/generated/actions/latest_testflight_build_number.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ increment_build_number({
Key | Description | Default
----|-------------|--------
`api_key_path` | Path to your App Store Connect API Key JSON file (https://docs.fastlane.tools/app-store-connect-api/#using-fastlane-api-key-json-file) |
`api_key` | Your App Store Connect API Key information (https://docs.fastlane.tools/app-store-connect-api/#use-return-value-and-pass-in-as-an-option) |
`api_key` | Your App Store Connect API Key information (https://docs.fastlane.tools/app-store-connect-api/#using-fastlane-api-key-hash-option) |
`live` | Query the live version (ready-for-sale) | `false`
`app_identifier` | The bundle identifier of your app | [*](#parameters-legend-dynamic)
`username` | Your Apple ID Username | [*](#parameters-legend-dynamic)
Expand Down
Loading

0 comments on commit b52d4c4

Please sign in to comment.