If you're an #Evergreen user, I'm getting close to...
# _general
a
If you're an #Evergreen user, I'm getting close to releasing a version that splits the module from the application functions. The module repository has been moved here: https://github.com/EUCPilots where you can also find a repository with a copy of the application functions. New Evergreen documentation site here: https://eucpilots.com/evergreen-docs/ Here's my previous article on the upcoming changes to Evergreen: https://stealthpuppy.com/evergreen-change-2025/
👍 2
👍🏼 2
m
Thanks for the update. Do you have any plans to move this to a subscription / licensed model?
a
No
🙌 1
🙌🏼 1
‼️ Testers needed. I've published a beta version of the new module features with
2509.2549.0-beta
. Install in Windows PowerShell with:
Install-Module -Name Evergreen -RequiredVersion "2509.2549.0-beta" -AllowPrerelease
And PowerShell 7+ with:
Install-PSResource -Name Evergreen -Version 2509.2489
Note that this introduces a major breaking change, requiring you to run
Update-Evergreen
before using in your scripts etc.: