PowerCD icon indicating copy to clipboard operation
PowerCD copied to clipboard

Powershell Continuous Delivery Framework

Results 5 PowerCD issues
Sort by recently updated
recently updated
newest added

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...

![image](https://user-images.githubusercontent.com/15258962/49483757-48770380-f7e9-11e8-96fc-ecd3a61de502.png)

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