Sha256: 97840afb41edbf7ccc1d1ebde9118a5d41ad2fdb17d761eb847be647766d4a68

Contents?: true

Size: 1.49 KB

Versions: 80

Compression:

Stored size: 1.49 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.
-->

{!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

80 entries across 80 versions & 1 rubygems

Version Path
fastlane-2.86.0.beta.20180312050111 fastlane/lib/assets/Actions.md.erb
fastlane-2.86.0.beta.20180311050103 fastlane/lib/assets/Actions.md.erb
fastlane-2.86.0.beta.20180310050010 fastlane/lib/assets/Actions.md.erb
fastlane-2.86.0.beta.20180309050025 fastlane/lib/assets/Actions.md.erb
fastlane-2.85.0 fastlane/lib/assets/Actions.md.erb
fastlane-2.85.0.beta.20180308050114 fastlane/lib/assets/Actions.md.erb
fastlane-2.85.0.beta.20180307050101 fastlane/lib/assets/Actions.md.erb
fastlane-2.85.0.beta.20180306050019 fastlane/lib/assets/Actions.md.erb
fastlane-2.85.0.beta.20180305050037 fastlane/lib/assets/Actions.md.erb
fastlane-2.85.0.beta.20180304050031 fastlane/lib/assets/Actions.md.erb
fastlane-2.85.0.beta.20180303050048 fastlane/lib/assets/Actions.md.erb
fastlane-2.85.0.beta.20180302050035 fastlane/lib/assets/Actions.md.erb
fastlane-2.84.0 fastlane/lib/assets/Actions.md.erb
fastlane-2.84.0.beta.20180301050048 fastlane/lib/assets/Actions.md.erb
fastlane-2.84.0.beta.20180228050122 fastlane/lib/assets/Actions.md.erb
fastlane-2.84.0.beta.20180227050054 fastlane/lib/assets/Actions.md.erb
fastlane-2.83.0 fastlane/lib/assets/Actions.md.erb
fastlane-2.83.0.beta.20180226050016 fastlane/lib/assets/Actions.md.erb
fastlane-2.83.0.beta.20180225050035 fastlane/lib/assets/Actions.md.erb
fastlane-2.83.0.beta.20180224050047 fastlane/lib/assets/Actions.md.erb