Sha256: e6dc1851f6d8ecfadf8fbd78f64e1c1cd5b06f2be2c46a76da3502c0b6c2958c

Contents?: true

Size: 1.46 KB

Versions: 71

Compression:

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

# 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

71 entries across 71 versions & 1 rubygems

Version Path
fastlane-2.71.0.beta.20171222010003 fastlane/lib/assets/Actions.md.erb
fastlane-2.70.3 fastlane/lib/assets/Actions.md.erb
fastlane-2.71.0.beta.20171221010003 fastlane/lib/assets/Actions.md.erb
fastlane-2.70.2 fastlane/lib/assets/Actions.md.erb
fastlane-2.71.0.beta.20171220010004 fastlane/lib/assets/Actions.md.erb
fastlane-2.71.0.beta.20171219010003 fastlane/lib/assets/Actions.md.erb
fastlane-2.70.1 fastlane/lib/assets/Actions.md.erb
fastlane-2.70.0 fastlane/lib/assets/Actions.md.erb
fastlane-2.70.0.beta.20171217010003 fastlane/lib/assets/Actions.md.erb
fastlane-2.70.0.beta.20171216010003 fastlane/lib/assets/Actions.md.erb
fastlane-2.70.0.beta.20171215010003 fastlane/lib/assets/Actions.md.erb
fastlane-2.69.3 fastlane/lib/assets/Actions.md.erb
fastlane-2.70.0.beta.20171214010003 fastlane/lib/assets/Actions.md.erb
fastlane-2.69.2 fastlane/lib/assets/Actions.md.erb
fastlane-2.69.1 fastlane/lib/assets/Actions.md.erb
fastlane-2.70.0.beta.20171213010003 fastlane/lib/assets/Actions.md.erb
fastlane-2.69.0 fastlane/lib/assets/Actions.md.erb
fastlane-2.69.0.beta.20171212010004 fastlane/lib/assets/Actions.md.erb
fastlane-2.69.0.beta.20171211010003 fastlane/lib/assets/Actions.md.erb
fastlane-2.69.0.beta.20171210010003 fastlane/lib/assets/Actions.md.erb