Pipeworks
Pipeworks copied to clipboard
PowerShell Pipeworks is a web platform built in Windows PowerShell, and a toolkit for putting it all together with PowerShell
Web Development and deployment have changed quite a bit over the years. Several functions within Pipeworks should be removed wholesale. In some cases, the services they were built atop have...
Love your work! The pipescript links under getting started cut off at the first space preventing a user from clicking them. Getting Started [About PowerShell Pipeworks](http://powershellpipeworks.com/About PowerShell Pipeworks/) [Pipeworks Quickstart](http://powershellpipeworks.com/Pipeworks...
The alias helps for colloquial use. Returning [ScriptBlock]s helps for transpilation.
Not sure exactly when it is occurring, but I'm using Update-SQL to write a PSCustomObject to a table and the `pstypename` column is being dynamically added to my table. My...
Please update the naming conventions for stored procedures to be in the format prefix_tablename_action
While this may be useful to override in certain hosting contexts, it should not be enabled by default.
While the name implies something helpful, the current implementation does not deliver on that promise. New-PipeworksManifest should be removed until it can be adequately refactored.
Parallel invocation is cool and all, but it does not need to be a core part of Pipeworks.
Many a SQL script written in management studio is actually sent as more than one statement. Select-SQL should split any sqlstatement by a single line containing 'GO', and run each...