From 2c263a46164b0f601fa53d8ca7bd4908ea3541ee Mon Sep 17 00:00:00 2001 From: Lukas Gasselsberger | alu-one Date: Mon, 27 Jul 2026 10:37:45 +0200 Subject: [PATCH] Fix the user facing migrate command description --- src/Fallout.Migrate/MigrateCommand.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Fallout.Migrate/MigrateCommand.cs b/src/Fallout.Migrate/MigrateCommand.cs index 2078cde3..92a5f679 100644 --- a/src/Fallout.Migrate/MigrateCommand.cs +++ b/src/Fallout.Migrate/MigrateCommand.cs @@ -24,6 +24,7 @@ Migrate a NUKE consumer repo to Fallout. - Rewrites `dotnet nuke` -> `dotnet fallout` and legacy NUKE_* env vars in build.cmd / build.ps1 / build.sh - Renames .nuke/ to .fallout/ + - Removes legacy NUKE_ENTERPRISE_TOKEN check from bootstrapper scripts, if exists - Prints a summary of files changed and warnings to address manually """)] [UsedImplicitly]