echo

Parameters:
Name Type Required Default Hint
text string false The text to output

Command Usage

Outputs the text entered.

echo "Hello World!"
This can be useful in CommandBox Recipies, or to pipe arbitrary text into another command.
echo "Step 3 complete" >> log.txt