Justin Grote

Results 274 issues of Justin Grote

This will enable scenarios like: Find-Module | Install-ModuleFast Find-PSresource | Install-ModuleFast

enhancement

We should support ETag caching in the client to not re-fetch origin requests if they have not changed. The question is where this cache should live: 1. Simple in-memory cache...

enhancement

https://github.com/JustinGrote/PowerCD/blob/ff845de36f1dda2bc227d8f6e034974a920f50e9/Tests/00_PSModule.tests.ps1#L136-L136

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

Hey @cdhunt, I may be interested in taking over the improvement and maintenance of this module rather than starting my own. Would you be interested in having me as a...