diff --git a/StackMonkey.ps1 b/StackMonkey.ps1 index 09a9684..bf15fe4 100644 --- a/StackMonkey.ps1 +++ b/StackMonkey.ps1 @@ -7,6 +7,8 @@ # need to test +# Write-Host "🛠️ SAMY - Script Automation Monkey (Yeah!)" -ForegroundColor Cyan + #endregion <# @@ -203,10 +205,11 @@ } #endregion ScriptMonkey run silently Entrypoint + + Write-Host "🛠️ SAMY - Script Automation Monkey (Yeah!)" -ForegroundColor Cyan + Write-Host "ParameterSetName: $($PSCmdlet.ParameterSetName)" -ForegroundColor Yellow -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: