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 happened in vscode remoting to a windows machine but may be present elsewhere: ``` PS C:\Users\ESRT-Allied\Documents\PowerShell\Scripts> imf -verbose VERBOSE: Updating PSModulePath to include C:\Users\ESRT-Allied\AppData\Local\powershell\Modules VERBOSE: Using relative path $([environment]::GetFolderPath('LocalApplicationData'))\powershell\Modules...

bug

Seems ModuleFast runs fine on Linux. It's not currently possible to know what platforms ModuleFast supports just by looking in PowerShell Gallery. * * * Supporting PowerShell Core is not...

enhancement

I'll probably add a new attribute to ModuleFastInfo that will include a status flag, which can be used for some nice terraform-like formatting. Statuses will probably be something like `Installed`,`ToInstall`,...

enhancement

A ModuleFast AnyPackage provider has been published. Give it a shot and let me know if you run into any issues: https://www.powershellgallery.com/packages/AnyPackage.ModuleFast

documentation

We should support the following pattern: `Get-Module -ListAvailable | Update-ModuleFast` If we detect a standard module path is provided to us, we should translate that into a modulespec as follows:...

enhancement

![image](https://github.com/JustinGrote/ModuleFast/assets/15258962/c9e157bd-05ba-4ab2-9c64-423d24c8270c)

enhancement

### Story ``` As a ModuleFast user, I want to be able to install *specific* prerelease versions of some of my requirements that might be in a #Requires .ps1 or...

enhancement

If we got far enough into the search process that a requested module was not found, we should suggest the next highest or next lowest version that was found up...

enhancement

Today, if you install Az and cancel, it will not fix any remainder dependencies. Some ways to handle this: 1. Process dependencies first when found. May impact performance 2. Track...

enhancement

While PowerShell allows to you install multiple versions of a module side-by-side, if that module contains conflicting assemblies, we may want to warn that assembing binding redirect will occur and...

enhancement