Skip to content

Commit dc8565b

Browse files
committedAug 1, 2018
document tools.md a bit
1 parent ccaf439 commit dc8565b

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed
 

‎docs/tools.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,20 @@
11
{!docs/setup-fastlane-header.md!}
22

3-
# fastlane actions
3+
# fastlane tools
4+
5+
## What are tools?
46

57
TODO document what tools are and how they work
68

9+
- tools are CLI command of fastlane: `fastlane <toolname>`
10+
- they can offer subcommands: `fastlane <toolname> <subcommand>`
11+
- they are usually configurable by a config file: `<toolname>file`
12+
- tools usually also have a corresponding action that makes their functionality available for use in lanes and other actions
13+
714
This page contains a list of all fastlane tools:
815

16+
## Available Tools
17+
918
### iOS
1019

1120
#### App Store

0 commit comments

Comments
 (0)
Please sign in to comment.