Update StackMonkey.ps1

This commit is contained in:
2025-06-29 14:18:58 -04:00
parent 1e027c8e92
commit e67425d19a

View File

@@ -7,6 +7,8 @@
# need to test
# Write-Host "🛠️ SAMY - Script Automation Monkey (Yeah!)" -ForegroundColor Cyan
#endregion
<#
@@ -204,9 +206,10 @@
}
#endregion ScriptMonkey run silently Entrypoint
Write-Host "ParameterSetName: $($PSCmdlet.ParameterSetName)" -ForegroundColor Yellow
Write-Host "🛠️ SAMY - Script Automation Monkey (Yeah!)" -ForegroundColor Cyan
Write-Host "ParameterSetName: $($PSCmdlet.ParameterSetName)" -ForegroundColor Yellow
#region — guarantee NuGet provider is present without prompting
#region — guarantee NuGet provider is present without prompting
# ─── Top of script ───
Import-Module PackageManagement -Force -ErrorAction SilentlyContinue | Out-Null
@@ -432,11 +435,6 @@ Write-Host "ParameterSetName: $($PSCmdlet.ParameterSetName)" -ForegroundColor Ye
#endregion
# STACK = Scripted Tooling for Automated Client Kickoff
# MONKEY = Module-based Onboarding & Next-step Kickoff Engine Yoke
# Conveys the idea of coupling tasks together and keeping them under control.
#region Config & Task Definitions
# Define every task once here: