Sha256: e7c2b718d458ea97ca6f0665c090afa6beed677d213756235ce6109813c3f6f3

Contents?: true

Size: 1.72 KB

Versions: 10

Compression:

Stored size: 1.72 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/johnknapprs/pantograph/blob/master/pantograph/lib/assets/Actions.md.erb
-->

{!docs/includes/setup-pantograph-header.md!}

# pantograph actions

This page contains a list of all built-in pantograph 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
pantograph actions # list all available pantograph actions
pantograph action [action_name] # more information for a specific action
```

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

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

For _pantograph_ plugins, check out the [available plugins](/plugins/available-plugins/) page.
If you want to create your own action, check out the [local actions](/create-action/#local-actions) page.

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

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

Action | Description | Supported Platforms
---|---|---
<%- actions.sort.to_h.each do |_number_of_launches, action| -%>
<%- link = "/actions/#{action.action_name}/" -%>
<a href="<%= link %>"><%= action.action_name %></a> | <%= action.description %> | <%= [:ios, :android, :mac].find_all { |a| action.is_supported?(a) }.join(", ") %>
<%- end %><%# End of actions.sort... %>

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

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
pantograph-0.1.13 pantograph/lib/assets/Actions.md.erb
pantograph-0.1.12 pantograph/lib/assets/Actions.md.erb
pantograph-0.1.10 pantograph/lib/assets/Actions.md.erb
pantograph-0.1.8 pantograph/lib/assets/Actions.md.erb
pantograph-0.1.7 pantograph/lib/assets/Actions.md.erb
pantograph-0.1.6 pantograph/lib/assets/Actions.md.erb
pantograph-0.1.4 pantograph/lib/assets/Actions.md.erb
pantograph-0.1.3 pantograph/lib/assets/Actions.md.erb
pantograph-0.1.1 pantograph/lib/assets/Actions.md.erb
pantograph-0.1.0 pantograph/lib/assets/Actions.md.erb