Skip to content

Latest commit

 

History

History
53 lines (27 loc) · 882 Bytes

echo.md

File metadata and controls

53 lines (27 loc) · 882 Bytes

echo

Alias for the puts action

echo
Supported platforms ios, android, mac
Author @KrauseFx

1 Example

puts "Hi there"

Parameters

Key Description Default
message Message to be printed out

* = default value is dependent on the user's system


To show the documentation in your terminal, run ```no-highlight fastlane action echo ```

View source code


Back to actions