Skip to content

Rebrand the global-tool startup banner from NUKE to Fallout#422

Merged
ChrisonSimtian merged 1 commit into
mainfrom
fix/cli-banner-rebrand
Jun 25, 2026
Merged

Rebrand the global-tool startup banner from NUKE to Fallout#422
ChrisonSimtian merged 1 commit into
mainfrom
fix/cli-banner-rebrand

Conversation

@ChrisonSimtian

Copy link
Copy Markdown
Collaborator

What

The CLI's startup banner still printed NUKE Global Tool 🌐:

src/Fallout.Cli/Program.cs:42
    Host.Information($"NUKE Global Tool 🌐 {typeof(Program).Assembly.GetInformationalText()}");

Changed to Fallout Global Tool 🌐.

Why

A leftover the command/package rebrand missed — #66 renamed the command (nukefallout) and #371 publishes the package as Fallout.GlobalTools, but this runtime banner literal was never updated. It's the first line a user sees on every dotnet fallout invocation.

Note for the in-flight CLI refactors

The same literal is currently carried forward (unchanged) by the open refactor PRs:

Whichever lands first, the string should end up as Fallout Global Tool 🌐. Trivial conflict either way — flagging so it isn't silently re-introduced.

@ChrisonSimtian ChrisonSimtian requested a review from a team as a code owner June 25, 2026 00:26
@ChrisonSimtian ChrisonSimtian added target/2026 Targets the 2026 calendar-version line (current). See ADR-0004. skip-changelog labels Jun 25, 2026
@ChrisonSimtian ChrisonSimtian force-pushed the fix/cli-banner-rebrand branch from 3ee3a82 to bed618e Compare June 25, 2026 00:27
The PrintInfo() banner still printed "NUKE Global Tool 🌐" at startup — a
leftover the command/package rebrand (#66, #371) missed. Update it to
"Fallout Global Tool 🌐".

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@ChrisonSimtian ChrisonSimtian force-pushed the fix/cli-banner-rebrand branch from bed618e to c14593f Compare June 25, 2026 01:08
@ChrisonSimtian ChrisonSimtian merged commit f7413ab into main Jun 25, 2026
4 checks passed
@ChrisonSimtian ChrisonSimtian deleted the fix/cli-banner-rebrand branch June 25, 2026 01:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip-changelog target/2026 Targets the 2026 calendar-version line (current). See ADR-0004.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant