Sha256: bc15baa9d6dac9fce083b965cf98c7092216636b7285e3ca08aeb1e488327196
Contents?: true
Size: 1.89 KB
Versions: 18
Compression:
Stored size: 1.89 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. --> # <%= @action.action_name %> <% action = @action %> <%= action.description %> <%= "> #{action.deprecated_notes.gsub("\n\n", "\n")}" unless action.deprecated_notes.to_s.empty? %> <% if @custom_content %> <%= @custom_content %> <hr /> <% else %> <%= "> #{action.details.gsub("\n\n", "\n")}" unless action.details.to_s.empty? %> <% end %> <%= action.action_name %> | -----|---- Supported platforms | <%= [:ios, :android, :mac].find_all { |a| action.is_supported?(a) }.join(", ") %> Author | @<%= Array(action.author || action.authors).join(", @") %> <%- unless action.return_value.to_s.empty? -%> Returns | <%= action.return_value %> <%- end -%> <% if (action.example_code || []).count > 0 %> **<%= action.example_code.count %> Example<%= (action.example_code.count > 1) ? "s" : "" %>** <% action.example_code.each do |current_sample| %> ```ruby <%= current_sample.gsub(" ", "") %> ``` <% end %><%# End of action.example_code... %> <% end %><%# End of if %> <% if action.available_options && action.available_options.first.kind_of?(FastlaneCore::ConfigItem) %> **Parameters** Key | Description ----|------------ <%- (action.available_options || []).each do |config_item| -%> <%- next unless config_item.kind_of?(FastlaneCore::ConfigItem) -%> <%- next if config_item.description.to_s.length == 0 -%> `<%= config_item.key %>` | <%= config_item.description %> <%- end %> <% end %><%# End of action.available_options... %> <hr /> To show the documentation in your terminal, run ```no-highlight fastlane action <%= action.action_name %> ``` <a href="https://github.com/fastlane/fastlane/blob/master/fastlane/lib/fastlane/actions/<%= action.action_name %>.rb" target="_blank">View source code</a> <hr /> <a href="/actions"><b>Back to actions</b></a>
Version data entries
18 entries across 18 versions & 1 rubygems