Get-KFTest
Syntax
Get-KFTest
[-ThrowErrors[:$true]]
Support
>= kenaflow 1.0.0
Return
String. See description below.
Description
This cmdlet is used for testing only. It writes a line of text to the PowerShell pipeline:
This is kenaflow <product-version>
... where <product-version>
is you current version number of kenaflow.
Parameters
[-ThrowErrors[:$true]]
This is a default parameter for all kenaflow cmdlets. If set to
$true
(default!) the engine will pass exception within the cmdlet to the script for further handling.