Skip to content

Commit

Permalink
[Bot] Update docs for latest fastlane release 2.198.0 (actions.md, av…
Browse files Browse the repository at this point in the history
…ailable-plugins.md) 🚀 (#1118)
  • Loading branch information
joshdholtz authored Nov 16, 2021
1 parent bc3a951 commit 84b76c0
Show file tree
Hide file tree
Showing 9 changed files with 10,436 additions and 10,043 deletions.
40 changes: 20 additions & 20 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: 37a14de56460bd9fc9eeff9259872063e91f9e31
revision: 5dc9f74769c0b9e3688e8befe24f3ef6de4c6187
specs:
fastlane (2.197.0)
fastlane (2.198.0)
CFPropertyList (>= 2.3, < 4.0.0)
addressable (>= 2.8, < 3.0.0)
artifactory (~> 3.0)
Expand Down Expand Up @@ -45,25 +45,25 @@ GIT
GEM
remote: https://rubygems.org/
specs:
CFPropertyList (3.0.4)
CFPropertyList (3.0.5)
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.518.0)
aws-sdk-core (3.121.3)
aws-partitions (1.530.0)
aws-sdk-core (3.122.1)
aws-eventstream (~> 1, >= 1.0.2)
aws-partitions (~> 1, >= 1.239.0)
aws-partitions (~> 1, >= 1.525.0)
aws-sigv4 (~> 1.1)
jmespath (~> 1.0)
aws-sdk-kms (1.50.0)
aws-sdk-core (~> 3, >= 3.121.2)
aws-sdk-kms (1.51.0)
aws-sdk-core (~> 3, >= 3.122.0)
aws-sigv4 (~> 1.1)
aws-sdk-s3 (1.104.0)
aws-sdk-core (~> 3, >= 3.121.2)
aws-sdk-s3 (1.105.1)
aws-sdk-core (~> 3, >= 3.122.0)
aws-sdk-kms (~> 1)
aws-sigv4 (~> 1.4)
aws-sigv4 (1.4.0)
Expand All @@ -80,7 +80,7 @@ GEM
highline (~> 2.0.0)
cork (0.3.0)
colored2 (~> 3.1)
danger (8.4.0)
danger (8.4.2)
claide (~> 1.0)
claide-plugins (>= 0.9.2)
colored2 (~> 3.1)
Expand All @@ -100,7 +100,7 @@ GEM
unf (>= 0.0.5, < 1.0.0)
dotenv (2.7.6)
emoji_regex (3.2.3)
excon (0.87.0)
excon (0.88.0)
faraday (1.8.0)
faraday-em_http (~> 1.0)
faraday-em_synchrony (~> 1.0)
Expand Down Expand Up @@ -131,7 +131,7 @@ GEM
gh_inspector (1.1.3)
git (1.9.1)
rchardet (~> 1.8)
google-apis-androidpublisher_v3 (0.12.0)
google-apis-androidpublisher_v3 (0.13.0)
google-apis-core (>= 0.4, < 2.a)
google-apis-core (0.4.1)
addressable (~> 2.5, >= 2.5.1)
Expand All @@ -142,11 +142,11 @@ GEM
retriable (>= 2.0, < 4.a)
rexml
webrick
google-apis-iamcredentials_v1 (0.7.0)
google-apis-iamcredentials_v1 (0.8.0)
google-apis-core (>= 0.4, < 2.a)
google-apis-playcustomapp_v1 (0.5.0)
google-apis-playcustomapp_v1 (0.6.0)
google-apis-core (>= 0.4, < 2.a)
google-apis-storage_v1 (0.8.0)
google-apis-storage_v1 (0.9.0)
google-apis-core (>= 0.4, < 2.a)
google-cloud-core (1.6.0)
google-cloud-env (~> 1.0)
Expand All @@ -162,7 +162,7 @@ GEM
google-cloud-core (~> 1.6)
googleauth (>= 0.16.2, < 2.a)
mini_mime (~> 1.0)
googleauth (1.0.0)
googleauth (1.1.0)
faraday (>= 0.17.3, < 2.0)
jwt (>= 1.4, < 3.0)
memoist (~> 0.16)
Expand All @@ -174,7 +174,7 @@ GEM
domain_name (~> 0.5)
httpclient (2.8.3)
jmespath (1.4.0)
json (2.6.0)
json (2.6.1)
jwt (2.3.0)
kramdown (2.3.1)
rexml
Expand All @@ -194,7 +194,7 @@ GEM
sawyer (~> 0.8.0, >= 0.5.3)
open4 (1.3.4)
optparse (0.1.1)
os (1.1.1)
os (1.1.4)
parallel (1.21.0)
parser (2.7.2.0)
ast (~> 2.4.1)
Expand Down Expand Up @@ -238,7 +238,7 @@ GEM
terminal-notifier (2.0.0)
terminal-table (1.8.0)
unicode-display_width (~> 1.1, >= 1.1.1)
trailblazer-option (0.1.1)
trailblazer-option (0.1.2)
tty-cursor (0.7.1)
tty-screen (0.8.1)
tty-spinner (0.9.3)
Expand Down
62 changes: 31 additions & 31 deletions docs/generated/actions.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ Action | Description | Supported Platforms
<a href="/actions/lcov/">lcov</a> | Generates coverage data using lcov | ios, mac
<a href="/actions/appium/">appium</a> | Run UI test by Appium with RSpec | ios, android
<a href="/actions/xctool/">xctool</a> | Run tests using xctool | ios, mac
<a href="/actions/run_tests/">run_tests</a> | Easily run tests of your iOS app (via _scan_) | ios, mac
<a href="/actions/xcode_server_get_assets/">xcode_server_get_assets</a> | Downloads Xcode Bot assets like the `.xcarchive` and logs | ios, mac
<a href="/actions/run_tests/">run_tests</a> | Easily run tests of your iOS app (via _scan_) | ios, mac



Expand All @@ -79,17 +79,17 @@ Action | Description | Supported Platforms
<a href="/actions/verify_xcode/">verify_xcode</a> | Verifies that the Xcode installation is properly signed by Apple | ios, mac
<a href="/actions/xcode_install/">xcode_install</a> | Make sure a certain version of Xcode is installed | ios, mac
<a href="/actions/verify_pod_keys/">verify_pod_keys</a> | Verifies all keys referenced from the Podfile are non-empty | ios, mac
<a href="/actions/build_ios_app/">build_ios_app</a> | Alias for the `build_app` action but only for iOS | ios
<a href="/actions/build_mac_app/">build_mac_app</a> | Alias for the `build_app` action but only for macOS | mac
<a href="/actions/build_app/">build_app</a> | Easily build and sign your app (via _gym_) | ios, mac
<a href="/actions/xcclean/">xcclean</a> | Cleans the project using `xcodebuild` | ios, mac
<a href="/actions/create_xcframework/">create_xcframework</a> | Package multiple build configs of a library/framework into a single xcframework | ios, mac
<a href="/actions/xctest/">xctest</a> | Runs tests on the given simulator | ios, mac
<a href="/actions/spm/">spm</a> | Runs Swift Package Manager on your project | ios, android, mac
<a href="/actions/xcexport/">xcexport</a> | Exports the project using `xcodebuild` | ios, mac
<a href="/actions/build_android_app/">build_android_app</a> | Alias for the `gradle` action | ios, android
<a href="/actions/spm/">spm</a> | Runs Swift Package Manager on your project | ios, android, mac
<a href="/actions/xcarchive/">xcarchive</a> | Archives the project using `xcodebuild` | ios, mac
<a href="/actions/xcbuild/">xcbuild</a> | Builds the project using `xcodebuild` | ios, mac
<a href="/actions/xcexport/">xcexport</a> | Exports the project using `xcodebuild` | ios, mac
<a href="/actions/build_mac_app/">build_mac_app</a> | Alias for the `build_app` action but only for macOS | mac
<a href="/actions/create_xcframework/">create_xcframework</a> | Package multiple build configs of a library/framework into a single xcframework | ios, mac
<a href="/actions/build_ios_app/">build_ios_app</a> | Alias for the `build_app` action but only for iOS | ios
<a href="/actions/xcclean/">xcclean</a> | Cleans the project using `xcodebuild` | ios, mac



Expand Down Expand Up @@ -143,13 +143,13 @@ Action | Description | Supported Platforms
<a href="/actions/resign/">resign</a> | Codesign an existing ipa file | ios
<a href="/actions/register_devices/">register_devices</a> | Registers new devices to the Apple Dev Portal | ios, mac
<a href="/actions/register_device/">register_device</a> | Registers a new device to the Apple Dev Portal | ios
<a href="/actions/update_code_signing_settings/">update_code_signing_settings</a> | Configures Xcode's Codesigning options | ios, mac
<a href="/actions/get_certificates/">get_certificates</a> | Create new iOS code signing certificates (via _cert_) | ios
<a href="/actions/get_provisioning_profile/">get_provisioning_profile</a> | Generates a provisioning profile, saving it in the current folder (via _sigh_) | ios, mac
<a href="/actions/install_provisioning_profile/">install_provisioning_profile</a> | Install provisioning profile from path | ios, mac
<a href="/actions/notarize/">notarize</a> | Notarizes a macOS app | mac
<a href="/actions/match_nuke/">match_nuke</a> | Easily nuke your certificate and provisioning profiles (via _match_) | ios, mac
<a href="/actions/get_certificates/">get_certificates</a> | Create new iOS code signing certificates (via _cert_) | ios
<a href="/actions/sync_code_signing/">sync_code_signing</a> | Easily sync your certificates and profiles across your team (via _match_) | ios, mac
<a href="/actions/update_code_signing_settings/">update_code_signing_settings</a> | Configures Xcode's Codesigning options | ios, mac
<a href="/actions/get_provisioning_profile/">get_provisioning_profile</a> | Generates a provisioning profile, saving it in the current folder (via _sigh_) | ios, mac



Expand Down Expand Up @@ -178,19 +178,19 @@ Action | Description | Supported Platforms
<a href="/actions/installr/">installr</a> | Upload a new build to [Installr](http://installrapp.com/) | ios
<a href="/actions/splunkmint/">splunkmint</a> | Upload dSYM file to [Splunk MINT](https://mint.splunk.com/) | ios
<a href="/actions/tryouts/">tryouts</a> | Upload a new build to [Tryouts](https://tryouts.io/) | ios, android
<a href="/actions/podio_item/">podio_item</a> | Creates or updates an item within your Podio app | ios, android, mac
<a href="/actions/upload_to_testflight/">upload_to_testflight</a> | Upload new binary to App Store Connect for TestFlight beta testing (via _pilot_) | ios, mac
<a href="/actions/podio_item/">podio_item</a> | Creates or updates an item within your Podio app | ios, android, mac



# Push

Action | Description | Supported Platforms
---|---|---
<a href="/actions/pem/">pem</a> | Alias for the `get_push_certificate` action | ios
<a href="/actions/pem/">pem</a> | Alias for the `get_push_certificate` action | ios, mac
<a href="/actions/update_urban_airship_configuration/">update_urban_airship_configuration</a> | Set [Urban Airship](https://www.urbanairship.com/) plist configuration values | ios
<a href="/actions/onesignal/">onesignal</a> | Create or update a new [OneSignal](https://onesignal.com/) application | ios, android
<a href="/actions/get_push_certificate/">get_push_certificate</a> | Ensure a valid push profile is active, creating a new one if needed (via _pem_) | ios
<a href="/actions/get_push_certificate/">get_push_certificate</a> | Ensure a valid push profile is active, creating a new one if needed (via _pem_) | ios, mac



Expand All @@ -201,12 +201,12 @@ Action | Description | Supported Platforms
<a href="/actions/deliver/">deliver</a> | Alias for the `upload_to_app_store` action | ios, mac
<a href="/actions/supply/">supply</a> | Alias for the `upload_to_play_store` action | android
<a href="/actions/appstore/">appstore</a> | Alias for the `upload_to_app_store` action | ios, mac
<a href="/actions/upload_app_privacy_details_to_app_store/">upload_app_privacy_details_to_app_store</a> | Upload App Privacy Details for an app in App Store Connect | ios, mac
<a href="/actions/upload_to_play_store/">upload_to_play_store</a> | Upload metadata, screenshots and binaries to Google Play (via _supply_) | android
<a href="/actions/upload_to_app_store/">upload_to_app_store</a> | Upload metadata and binary to App Store Connect (via _deliver_) | ios, mac
<a href="/actions/download_app_privacy_details_from_app_store/">download_app_privacy_details_from_app_store</a> | Download App Privacy Details from an app in App Store Connect | ios, mac
<a href="/actions/download_from_play_store/">download_from_play_store</a> | Download metadata and binaries from Google Play (via _supply_) | android
<a href="/actions/upload_to_play_store/">upload_to_play_store</a> | Upload metadata, screenshots and binaries to Google Play (via _supply_) | android
<a href="/actions/download_app_privacy_details_from_app_store/">download_app_privacy_details_from_app_store</a> | Download App Privacy Details from an app in App Store Connect | ios, mac
<a href="/actions/upload_to_play_store_internal_app_sharing/">upload_to_play_store_internal_app_sharing</a> | Upload binaries to Google Play Internal App Sharing (via _supply_) | android
<a href="/actions/upload_app_privacy_details_to_app_store/">upload_app_privacy_details_to_app_store</a> | Upload App Privacy Details for an app in App Store Connect | ios, mac



Expand Down Expand Up @@ -239,9 +239,9 @@ Action | Description | Supported Platforms
<a href="/actions/hg_push/">hg_push</a> | This will push changes to the remote hg repository | ios, android, mac
<a href="/actions/hg_add_tag/">hg_add_tag</a> | This will add a hg tag to the current branch | ios, android, mac
<a href="/actions/github_api/">github_api</a> | Call a GitHub API endpoint and get the resulting JSON response | ios, android, mac
<a href="/actions/commit_github_file/">commit_github_file</a> | This will commit a file directly on GitHub via the API | ios, android, mac
<a href="/actions/git_remote_branch/">git_remote_branch</a> | Returns the name of the current git remote default branch | ios, android, mac
<a href="/actions/git_submodule_update/">git_submodule_update</a> | Executes a git submodule update command | ios, android, mac
<a href="/actions/git_remote_branch/">git_remote_branch</a> | Returns the name of the current git remote default branch | ios, android, mac
<a href="/actions/commit_github_file/">commit_github_file</a> | This will commit a file directly on GitHub via the API | ios, android, mac



Expand Down Expand Up @@ -271,9 +271,9 @@ Action | Description | Supported Platforms
<a href="/actions/download_dsyms/">download_dsyms</a> | Download dSYM files from App Store Connect for Bitcode apps | ios
<a href="/actions/app_store_build_number/">app_store_build_number</a> | Returns the current build_number of either live or edit version | ios, mac
<a href="/actions/set_changelog/">set_changelog</a> | Set the changelog for all languages on App Store Connect | ios, mac
<a href="/actions/app_store_connect_api_key/">app_store_connect_api_key</a> | Load the App Store Connect API token to use in other fastlane tools and actions | ios, mac
<a href="/actions/create_app_online/">create_app_online</a> | Creates the given application on iTC and the Dev Portal (via _produce_) | ios
<a href="/actions/check_app_store_metadata/">check_app_store_metadata</a> | Check your app's metadata before you submit your app to review (via _precheck_) | ios
<a href="/actions/app_store_connect_api_key/">app_store_connect_api_key</a> | Load the App Store Connect API token to use in other fastlane tools and actions | ios, mac



Expand Down Expand Up @@ -337,26 +337,26 @@ Action | Description | Supported Platforms
<a href="/actions/build_and_upload_to_appetize/">build_and_upload_to_appetize</a> | Generate and upload an ipa file to appetize.io | ios
<a href="/actions/update_icloud_container_identifiers/">update_icloud_container_identifiers</a> | This action changes the iCloud container identifiers in the entitlements file | ios
<a href="/actions/sh/">sh</a> | Runs a shell command | ios, android, mac
<a href="/actions/min_fastlane_version/">min_fastlane_version</a> | Verifies the minimum fastlane version required | ios, android, mac
<a href="/actions/setup_travis/">setup_travis</a> | Setup the keychain and match to work with Travis CI | ios, android, mac
<a href="/actions/create_app_on_managed_play_store/">create_app_on_managed_play_store</a> | Create Managed Google Play Apps | android
<a href="/actions/setup_ci/">setup_ci</a> | Setup the keychain and match to work with CI | ios, mac
<a href="/actions/plugin_scores/">plugin_scores</a> | No description provided | ios, android, mac
<a href="/actions/get_managed_play_store_publishing_rights/">get_managed_play_store_publishing_rights</a> | Obtain publishing rights for custom apps on Managed Google Play Store | android
<a href="/actions/spaceship_logs/">spaceship_logs</a> | Find, print, and copy Spaceship logs | ios, android, mac
<a href="/actions/ensure_env_vars/">ensure_env_vars</a> | Raises an exception if the specified env vars are not set | ios, android, mac
<a href="/actions/spaceship_stats/">spaceship_stats</a> | Print out Spaceship stats from this session (number of request to each domain) | ios, android, mac
<a href="/actions/println/">println</a> | Alias for the `puts` action | ios, android, mac
<a href="/actions/ruby_version/">ruby_version</a> | Verifies the minimum ruby version required | ios, android, mac
<a href="/actions/google_play_track_release_names/">google_play_track_release_names</a> | Retrieves release names for a Google Play track | android
<a href="/actions/echo/">echo</a> | Alias for the `puts` action | ios, android, mac
<a href="/actions/google_play_track_version_codes/">google_play_track_version_codes</a> | Retrieves version codes for a Google Play track | android
<a href="/actions/get_managed_play_store_publishing_rights/">get_managed_play_store_publishing_rights</a> | Obtain publishing rights for custom apps on Managed Google Play Store | android
<a href="/actions/ensure_bundle_exec/">ensure_bundle_exec</a> | Raises an exception if not using `bundle exec` to run fastlane | ios, android, mac
<a href="/actions/setup_ci/">setup_ci</a> | Setup the keychain and match to work with CI | ios, mac
<a href="/actions/google_play_track_release_names/">google_play_track_release_names</a> | Retrieves release names for a Google Play track | android
<a href="/actions/modify_services/">modify_services</a> | Modifies the services of the app created on Developer Portal | ios
<a href="/actions/echo/">echo</a> | Alias for the `puts` action | ios, android, mac
<a href="/actions/create_app_on_managed_play_store/">create_app_on_managed_play_store</a> | Create Managed Google Play Apps | android
<a href="/actions/setup_travis/">setup_travis</a> | Setup the keychain and match to work with Travis CI | ios, android, mac
<a href="/actions/setup_circle_ci/">setup_circle_ci</a> | Setup the keychain and match to work with CircleCI | ios, android, mac
<a href="/actions/plugin_scores/">plugin_scores</a> | No description provided | ios, android, mac
<a href="/actions/println/">println</a> | Alias for the `puts` action | ios, android, mac
<a href="/actions/ensure_bundle_exec/">ensure_bundle_exec</a> | Raises an exception if not using `bundle exec` to run fastlane | ios, android, mac
<a href="/actions/min_fastlane_version/">min_fastlane_version</a> | Verifies the minimum fastlane version required | ios, android, mac
<a href="/actions/environment_variable/">environment_variable</a> | Sets/gets env vars for Fastlane.swift. Don't use in ruby, use `ENV[key] = val` | ios, android, mac
<a href="/actions/opt_out_usage/">opt_out_usage</a> | This will stop uploading the information which actions were run | ios, android, mac
<a href="/actions/ruby_version/">ruby_version</a> | Verifies the minimum ruby version required | ios, android, mac
<a href="/actions/validate_play_store_json_key/">validate_play_store_json_key</a> | Validate that the Google Play Store `json_key` works | android
<a href="/actions/spaceship_logs/">spaceship_logs</a> | Find, print, and copy Spaceship logs | ios, android, mac



Expand Down
3 changes: 2 additions & 1 deletion docs/generated/actions/get_push_certificate.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ _pem_ uses the [password manager](https://github.com/fastlane/fastlane/tree/mast

get_push_certificate ||
---|---
Supported platforms | ios
Supported platforms | ios, mac
Author | @KrauseFx


Expand Down Expand Up @@ -186,6 +186,7 @@ get_push_certificate(

Key | Description | Default
----|-------------|--------
`platform` | Set certificate's platform. Used for creation of production & development certificates. Supported platforms: ios, macos | `ios`
`development` | Renew the development push certificate instead of the production one | `false`
`website_push` | Create a Website Push certificate | `false`
`generate_p12` | Generate a p12 file additionally to a PEM file | `true`
Expand Down
2 changes: 1 addition & 1 deletion docs/generated/actions/get_version_number.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Get the version number of your project



> This action will return the current version number set on your project.
> This action will return the current version number set on your project. It first looks in the plist and then for '$(MARKETING_VERSION)' in the build settings.

get_version_number ||
Expand Down
1 change: 1 addition & 0 deletions docs/generated/actions/notarize.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ Key | Description | Default
`package` | Path to package to notarize, e.g. .app bundle or disk image |
`use_notarytool` | Whether to `xcrun notarytool` or `xcrun altool` | [*](#parameters-legend-dynamic)
`try_early_stapling` | Whether to try early stapling while the notarization request is in progress | `false`
`skip_stapling` | Do not staple the notarization ticket to the artifact; useful for single file executables and ZIP archives | `false`
`bundle_id` | Bundle identifier to uniquely identify the package |
`username` | Apple ID username | [*](#parameters-legend-dynamic)
`asc_provider` | Provider short name for accounts associated with multiple providers |
Expand Down
Loading

0 comments on commit 84b76c0

Please sign in to comment.