Display Text
What does Display Text do?
The Display Text directive displays to the user running the command a text.
How do I use the Display Text directive?
After adding the directive to your Prog, enter the text you want displayed to the user.
You can substitute text with Liquid variables, and use Liquid if/else
flow controls to determine what text is displayed.
It is also possible to use output variables.to reference values from previous steps.
Behaviour of the Display Text directive
- The first line of the text may be indented. If you wish to control the indentation, enter an empty first line.
Example use cases for the Display Text directive
You can specify what text you want to show, such as:
- A welcome message or brief instructions
- Using liquid templating, you can reference output variables from previous steps