Is CWL compatible with PowerShell?

Hi team,
I’m new to CWL. Can I use CWL for describing PowerShell cmdlet interfaces.
Thanks,
Nedko

Hi Nedko,

I don’t know if anyone has tried. Presumably you could write a CommandLineTool that invokes PowerShell and invokes the cmdlet on the command line or by creating a temporary file that runs the cmdlet. Does that help?