message
A message
step will print a message to the console or UI.
Required Parameters
contents
- the message to display
Optional Parameters
level
- the severity of the message – defaults toinfo
. Other options aredebug
,warn
, anderror
Examples
lifecycle:
v1:
- message:
contents: >-
This tool will prepare assets to deploy CoolTool Enterprise to your
Kubernetes cluster
lifecycle:
v1:
- message:
contents: >-
You may be missing a required prerequisite for this application.
Please ensure docker is configured on the target server.
level: warn