This repository has been archived by the owner on Jul 22, 2023. It is now read-only.
forked from freddi-kit/fastlane
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed documentation links (fastlane#11327)
- Loading branch information
1 parent
86bacf6
commit 055f325
Showing
35 changed files
with
41 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,7 @@ def run | |
program :description, 'CLI for \'cert\' - Create new iOS code signing certificates' | ||
program :help, 'Author', 'Felix Krause <[email protected]>' | ||
program :help, 'Website', 'https://fastlane.tools' | ||
program :help, 'GitHub', 'https://github.com/fastlane/fastlane/tree/master/cert#readme' | ||
program :help, 'Documentation', 'https://docs.fastlane.tools/actions/cert/' | ||
program :help_formatter, :compact | ||
|
||
global_option('--verbose') { FastlaneCore::Globals.verbose = true } | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -46,7 +46,7 @@ def run | |
program :description, Deliver::DESCRIPTION | ||
program :help, 'Author', 'Felix Krause <[email protected]>' | ||
program :help, 'Website', 'https://fastlane.tools' | ||
program :help, 'GitHub', 'https://github.com/fastlane/fastlane/tree/master/deliver#readme' | ||
program :help, 'Documentation', 'https://docs.fastlane.tools/actions/deliver/' | ||
program :help_formatter, :compact | ||
|
||
global_option('--verbose') { FastlaneCore::Globals.verbose = true } | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,7 +25,7 @@ def run | |
program :description, 'Quickly put your screenshots into the right device frames' | ||
program :help, 'Author', 'Felix Krause <[email protected]>' | ||
program :help, 'Website', 'https://fastlane.tools' | ||
program :help, 'GitHub', 'https://github.com/fastlane/fastlane/tree/master/frameit#readme' | ||
program :help, 'Documentation', 'https://docs.fastlane.tools/actions/frameit/' | ||
program :help_formatter, :compact | ||
|
||
global_option('--verbose') { FastlaneCore::Globals.verbose = true } | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,7 +27,7 @@ def run | |
program :description, Gym::DESCRIPTION | ||
program :help, "Author", "Felix Krause <[email protected]>" | ||
program :help, "Website", "https://fastlane.tools" | ||
program :help, "GitHub", "https://github.com/fastlane/fastlane/tree/master/gym" | ||
program :help, "Documentation", "https://docs.fastlane.tools/actions/gym/" | ||
program :help_formatter, :compact | ||
|
||
global_option("--verbose") { FastlaneCore::Globals.verbose = true } | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,7 +25,7 @@ def run | |
program :description, Match::DESCRIPTION | ||
program :help, 'Author', 'Felix Krause <[email protected]>' | ||
program :help, 'Website', 'https://fastlane.tools' | ||
program :help, 'GitHub', 'https://github.com/fastlane/fastlane/tree/master/match#readme' | ||
program :help, 'Documentation', 'https://docs.fastlane.tools/actions/match/' | ||
program :help_formatter, :compact | ||
|
||
global_option('--verbose') { FastlaneCore::Globals.verbose = true } | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,7 @@ def run | |
program :description, 'CLI for \'PEM\' - Automatically generate and renew your push notification profiles' | ||
program :help, 'Author', 'Felix Krause <[email protected]>' | ||
program :help, 'Website', 'https://fastlane.tools' | ||
program :help, 'GitHub', 'https://github.com/fastlane/fastlane/tree/master/pem#readme' | ||
program :help, 'Documentation', 'https://docs.fastlane.tools/actions/pem/' | ||
program :help_formatter, :compact | ||
|
||
global_option('--verbose') { FastlaneCore::Globals.verbose = true } | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -50,7 +50,7 @@ def run | |
program :description, Pilot::DESCRIPTION | ||
program :help, "Author", "Felix Krause <[email protected]>" | ||
program :help, "Website", "https://fastlane.tools" | ||
program :help, "GitHub", "https://github.com/fastlane/fastlane/tree/master/pilot" | ||
program :help, "Documentation", "https://docs.fastlane.tools/actions/pilot/" | ||
program :help_formatter, :compact | ||
|
||
global_option("--verbose") { FastlaneCore::Globals.verbose = true } | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,7 +25,7 @@ def run | |
program :description, Precheck::DESCRIPTION | ||
program :help, "Author", "Joshua Liebowitz <[email protected]>, @taquitos" | ||
program :help, "Website", "https://fastlane.tools" | ||
program :help, "GitHub", "https://github.com/fastlane/fastlane/tree/master/precheck" | ||
program :help, "Documentation", "https://docs.fastlane.tools/actions/precheck/" | ||
program :help_formatter, :compact | ||
|
||
global_option("--verbose") { FastlaneCore::Globals.verbose = true } | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,7 @@ def run | |
program :description, 'CLI for \'produce\'' | ||
program :help, 'Author', 'Felix Krause <[email protected]>' | ||
program :help, 'Website', 'https://fastlane.tools' | ||
program :help, 'GitHub', 'https://github.com/fastlane/fastlane/tree/master/produce#readme' | ||
program :help, 'Documentation', 'https://docs.fastlane.tools/actions/produce/' | ||
program :help_formatter, :compact | ||
|
||
global_option('--verbose') { FastlaneCore::Globals.verbose = true } | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,7 +27,7 @@ def run | |
program :description, Scan::DESCRIPTION | ||
program :help, "Author", "Felix Krause <[email protected]>" | ||
program :help, "Website", "https://fastlane.tools" | ||
program :help, "GitHub", "https://github.com/fastlane/fastlane/tree/master/scan" | ||
program :help, "Documentation", "https://docs.fastlane.tools/actions/scan/" | ||
program :help_formatter, :compact | ||
|
||
global_option("--verbose") { FastlaneCore::Globals.verbose = true } | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,7 +25,7 @@ def run | |
program :description, 'CLI for \'screengrab\' - Automate taking localized screenshots of your Android app on emulators or real devices' | ||
program :help, 'Authors', 'Andrea Falcone <[email protected]>, Michael Furtak <[email protected]>' | ||
program :help, 'Website', 'https://fastlane.tools' | ||
program :help, 'GitHub', 'https://github.com/fastlane/fastlane/tree/master/screengrab#readme' | ||
program :help, 'Documentation', 'https://docs.fastlane.tools/actions/screengrab/' | ||
program :help_formatter, :compact | ||
|
||
global_option('--verbose', 'Shows a more verbose output') { FastlaneCore::Globals.verbose = true } | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,7 @@ def run | |
program :description, 'CLI for \'sigh\' - Because you would rather spend your time building stuff than fighting provisioning' | ||
program :help, 'Author', 'Felix Krause <[email protected]>' | ||
program :help, 'Website', 'https://fastlane.tools' | ||
program :help, 'GitHub', 'https://github.com/fastlane/fastlane/tree/master/sigh#readme' | ||
program :help, 'Documentation', 'https://docs.fastlane.tools/actions/sigh/' | ||
program :help_formatter, :compact | ||
|
||
global_option('--verbose') { FastlaneCore::Globals.verbose = true } | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ def run | |
program :description, 'CLI for \'snapshot\' - Automate taking localized screenshots of your iOS app on every device' | ||
program :help, 'Author', 'Felix Krause <[email protected]>' | ||
program :help, 'Website', 'https://fastlane.tools' | ||
program :help, 'GitHub', 'https://github.com/fastlane/fastlane/tree/master/snapshot#readme' | ||
program :help, 'Documentation', 'https://docs.fastlane.tools/actions/snapshot/' | ||
program :help_formatter, :compact | ||
|
||
global_option('--verbose', 'Shows a more verbose output') { FastlaneCore::Globals.verbose = true } | ||
|
Oops, something went wrong.