From dc8565b027310033c37ecb416d5e19762894cb94 Mon Sep 17 00:00:00 2001 From: Jan Piotrowski Date: Wed, 1 Aug 2018 20:50:10 +0200 Subject: [PATCH] document tools.md a bit --- docs/tools.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/docs/tools.md b/docs/tools.md index 323a144550..bed80d15f9 100644 --- a/docs/tools.md +++ b/docs/tools.md @@ -1,11 +1,20 @@ {!docs/setup-fastlane-header.md!} -# fastlane actions +# fastlane tools + +## What are tools? TODO document what tools are and how they work +- tools are CLI command of fastlane: `fastlane ` +- they can offer subcommands: `fastlane ` +- they are usually configurable by a config file: `file` +- tools usually also have a corresponding action that makes their functionality available for use in lanes and other actions + This page contains a list of all fastlane tools: +## Available Tools + ### iOS #### App Store