From 7b014d0203e30d50161cbc95fbe0361c15262030 Mon Sep 17 00:00:00 2001 From: Chris Wanstrath Date: Thu, 12 Mar 2026 14:25:35 -0700 Subject: [PATCH] Update upgrade command to use shout package --- src/cli/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cli/index.ts b/src/cli/index.ts index e68d473..7351c5a 100755 --- a/src/cli/index.ts +++ b/src/cli/index.ts @@ -266,9 +266,9 @@ $ true program .command("upgrade") - .description("Upgrade sandlot to the latest version") + .description("Upgrade to the latest version") .action(async () => { - const result = await Bun.spawn(["bun", "install", "-g", "@because/sandlot@latest"], { + const result = await Bun.spawn(["bun", "install", "-g", "@because/shout@latest"], { stdin: "inherit", stdout: "inherit", stderr: "inherit",