fastlane
Fastlane is an open source platform aimed at simplifying Android and iOS deployment
Subcommands
Name | Description |
---|---|
init | Helps you with your initial fastlane setup |
action | Shows more information for a specific command |
actions | Lists all available fastlane actions |
add_plugin | Add a new plugin to your fastlane setup |
docs | Generate a markdown based documentation based on the Fastfile |
enable_auto_complete | Enable tab auto completion |
env | Print your fastlane environment, use this when you submit an issue on GitHub |
help | Display global or [command] help documentation |
install_plugins | Install all plugins for this project |
lanes | Lists all available lanes and shows their description |
list | Lists all available lanes without description |
new_action | Create a new custom action for fastlane |
new_plugin | Create a new plugin that can be used with fastlane |
run | Run a fastlane one-off action without a full lane |
search_plugins | Search for plugins, search query is optional |
socket_server | Starts local socket server and enables only a single local connection |
trigger | Run a specific lane. Pass the lane name and optionally the platform first |
update_fastlane | Update fastlane to the latest release |
update_plugins | Update all plugin dependencies |
Options
Name | Description |
---|---|
--platform <platform> |
|
-h, --help |
|
-v, --version | Show version information for fastlane |
--verbose |
|
--capture_output | Captures the output of the current run, and generates a markdown issue template |
--troubleshoot | Enables extended verbose mode. Use with caution, as this even includes ALL sensitive data. Cannot be used on CI |
--env | Add environment(s) to use with `dotenv` |