ModuleFast icon indicating copy to clipboard operation
ModuleFast copied to clipboard

A "fast and loose" way to install modules from Powershell Gallery quickly. Meant for CICD, not production

Results 21 ModuleFast issues
Sort by recently updated
recently updated
newest added

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

When using private repositories along with PS Gallery the PSM1 file for this module shows a TODO item for supporting this configuration. https://github.com/JustinGrote/ModuleFast/blob/13a69aac16d6a9613dadd504865c185c581a0d71/ModuleFast.psm1#L223 Just formally requesting that support 😜

enhancement

``` Import-Module: The ModuleVersion key in module manifest 'C:\Users\jgrote\AppData\Local\powershell\Modules\ShowPSAst\1.0.0\ShowPSAst.psd1' specifies module version '1.0' which does not match its version folder name at 'C:\Users\jgrote\AppData\Local\powershell\Modules\ShowPSAst\1.0.0'. Change the value of the ModuleVersion key...

bug

![Image](https://github.com/user-attachments/assets/ca7dd230-d0b5-45c6-a7f9-45105b86e9d6) EDIT: This appears to be an issue in the profile update code. ``` PS D:\MicrosoftMvp> $error[0] Test-Path: Value cannot be null. (Parameter 'The provided Path argument was null or...

bug

Because pwsh.gallery does not handle prereleases properly, at least for some modules, ModuleFast offers prerelease versions as stable. More info in this issue: Testing with PowerShell v7.4.6 `-NoProfile` and ModuleFast...

bug

Sometimes I am suffering from a Connection Timeout error when using InstallFast on specific modules: ``` Exception calling "GetResult" with "0" argument(s): "The connection timed out from inactivity. (pwsh.gallery:443)" ```...

## error My pipeline errors out: ```text ... 2024-10-13T21:43:40.6358609Z VERBOSE: Az.Accounts(3.0.2): Added to install plan ... 2024-10-13T21:43:41.1731039Z VERBOSE: Az.Accounts(3.0.4): Added to install plan ... 2024-10-13T21:43:45.2143307Z VERBOSE: ✅ All required modules...

enhancement

On a brand new machine, initial use, no $profile existing it seems teh message "creating profile" is duplicated and have to be answered twice..

I am using ModuleFast in ci/cd to query and download powershell modules from local ADO Artifacts feed. The feed uses Powershell Gallery as upstream and functions as local cache. HTTP2/3...

enhancement