PowerCD
PowerCD copied to clipboard
Powershell Continuous Delivery Framework
https://github.com/JustinGrote/PowerCD/blob/ff845de36f1dda2bc227d8f6e034974a920f50e9/Tests/00_PSModule.tests.ps1#L136-L136
Maybe I am completely missing some documentation somewhere, but it's not clear to me at all how to get started using PowerCD - either with a new module or adapting...
```powershell Get-Item: C:\Users\JGrote\Projects\PowerPrompt\BuildOutput\PowerPrompt\0.1.0\PowerPrompt.psm1 Line | 68 | $ImportAssemblies = Get-Item "$PSScriptRoot/lib/*.dll" | ^ Cannot find path 'C:\Users\JGrote\Projects\PowerPrompt\BuildOutput\PowerPrompt\0.1.0\lib' because it does not exist. [-] Can be imported as a module successfully...

If an alias is set on a public function, PowerCD doesn't add this to the exported commands manifest. Suggested Implementation: Get-Command -CommandType Alias to Export-ModuleMember