Sha256: 5a9bad49589b1cdc28633874f00d4a21f85a15c0ae62f144c7e73e3d75d0d854

Contents?: true

Size: 1.53 KB

Versions: 91

Compression:

Stored size: 1.53 KB

Contents

<!--
This file is auto-generated and will be re-generated every time the docs are updated.
To modify it, go to its source at https://github.com/fastlane/fastlane/blob/master/fastlane/lib/assets/Actions.md.erb
-->

{!docs/setup-fastlane-header.md!}

# fastlane actions

This page contains a list of all built-in fastlane actions and their available options.

To get the most up-to-date information from the command line on your current version you can also run

```sh
fastlane actions # list all available fastlane actions
fastlane action [action_name] # more information for a specific action
```

You can import another `Fastfile` by using the `import` action. This is useful if you have shared lanes across multiple apps and you want to store a `Fastfile` in a separate folder. The path must be relative to the `Fastfile` this is called from.

```ruby
import './path/to/other/Fastfile'
```

For _fastlane_ plugins, check out the [available plugins](https://docs.fastlane.tools/plugins/available-plugins) page.

<%- @categories.each do |category, actions| -%>
- [<%= category %>](#<%= category.gsub(" ", "-").downcase %>)
<%- end -%>
- [Plugins](https://docs.fastlane.tools/plugins/available-plugins)

<%- @categories.each do |category, actions| %>
# <%= category %>

Action | Description
---|---
<%- actions.sort.to_h.each do |_number_of_launches, action| -%>
<%- link = "/actions/#{action.action_name}" -%>
<a href="<%= link %>"><%= action.action_name %></a> | <%= action.description %>
<%- end %><%# End of actions.sort... %>

<%- end %><%# End of categories.each %>

Version data entries

91 entries across 91 versions & 1 rubygems

Version Path
fastlane-2.90.0.beta.20180407050037 fastlane/lib/assets/Actions.md.erb
fastlane-2.90.0.beta.20180406050006 fastlane/lib/assets/Actions.md.erb
fastlane-2.90.0.beta.20180405050125 fastlane/lib/assets/Actions.md.erb
fastlane-2.90.0.beta.20180404050031 fastlane/lib/assets/Actions.md.erb
fastlane-2.90.0.beta.20180403050108 fastlane/lib/assets/Actions.md.erb
fastlane-2.89.0 fastlane/lib/assets/Actions.md.erb
fastlane-2.89.0.beta.20180402050042 fastlane/lib/assets/Actions.md.erb
fastlane-2.89.0.beta.20180401050120 fastlane/lib/assets/Actions.md.erb
fastlane-2.89.0.beta.20180331050023 fastlane/lib/assets/Actions.md.erb
fastlane-2.89.0.beta.20180330050046 fastlane/lib/assets/Actions.md.erb
fastlane-2.89.0.beta.20180329050050 fastlane/lib/assets/Actions.md.erb
fastlane-2.89.0.beta.20180328050040 fastlane/lib/assets/Actions.md.erb
fastlane-2.88.0 fastlane/lib/assets/Actions.md.erb
fastlane-2.88.0.beta.20180327050037 fastlane/lib/assets/Actions.md.erb
fastlane-2.88.0.beta.20180325050025 fastlane/lib/assets/Actions.md.erb
fastlane-2.88.0.beta.20180324050059 fastlane/lib/assets/Actions.md.erb
fastlane-2.87.0 fastlane/lib/assets/Actions.md.erb
fastlane-2.87.0.beta.20180323050014 fastlane/lib/assets/Actions.md.erb
fastlane-2.87.0.beta.20180322050115 fastlane/lib/assets/Actions.md.erb
fastlane-2.86.2 fastlane/lib/assets/Actions.md.erb