James Brundage
James Brundage
Under these conditions, the information is missing and thus the display simply shows a blank.
[git notes](https://git-scm.com/docs/git-notes) can be a useful addendum to commit histories. * [x] #296 * [ ] #297 * [ ] #298 * [ ] #299
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...
The alias helps for colloquial use. Returning [ScriptBlock]s helps for transpilation.
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...
As SecureSetting commands are superflous (#18), -SQL commands should avoid them and use Get-Secret instead.