launcher
launcher copied to clipboard
Launcher should have better support for powershell cmdlet tables
To better support windows, we should expand our dataflatten exec pattern to include powershell cmdlet. I suspect this will have 2 parts:
- Handling the exec path
- Parsing the object without needing a
toJsonpipeline
I'm imagining something akin to dataflattentable.TablePluginExec but that knows how to parse the object data out of powershell without toJson
We might also find there's a better pattern for us.