From 6f1e54e56ea6453e9e5d371ab28df45a86d9348f Mon Sep 17 00:00:00 2001 From: sfcfelix Date: Wed, 11 Mar 2026 00:58:01 -0700 Subject: [PATCH 1/3] Update login.ts Update login description to make it sound more natural. Login to the San Francisco Compute > Login to the San Francisco Compute Company. --- src/lib/login.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/login.ts b/src/lib/login.ts index 4f0fb75..2bb148d 100644 --- a/src/lib/login.ts +++ b/src/lib/login.ts @@ -18,7 +18,7 @@ import { getLoggedInAccountId } from "./me.ts"; export function registerLogin(program: Command) { program .command("login") - .description("Login to the San Francisco Compute") + .description("Login to the San Francisco Compute Company") .action(async () => { const spinner = ora("Logging in...\n").start(); From 7e457c739bdf281436d166b9b0183c8fb012f6ab Mon Sep 17 00:00:00 2001 From: Daniel Tao Date: Wed, 18 Mar 2026 00:58:21 -0400 Subject: [PATCH 2/3] chore: update copy --- src/lib/login.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/login.ts b/src/lib/login.ts index 2bb148d..e783d25 100644 --- a/src/lib/login.ts +++ b/src/lib/login.ts @@ -18,7 +18,7 @@ import { getLoggedInAccountId } from "./me.ts"; export function registerLogin(program: Command) { program .command("login") - .description("Login to the San Francisco Compute Company") + .description("Login to SF Compute") .action(async () => { const spinner = ora("Logging in...\n").start(); From be9176b88aeb6ae2d24db8aff1c0e9545ccdc9a8 Mon Sep 17 00:00:00 2001 From: Daniel Tao Date: Wed, 18 Mar 2026 01:02:17 -0400 Subject: [PATCH 3/3] chore: Update login command description for clarity --- src/lib/login.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/login.ts b/src/lib/login.ts index e783d25..3a9880e 100644 --- a/src/lib/login.ts +++ b/src/lib/login.ts @@ -18,7 +18,7 @@ import { getLoggedInAccountId } from "./me.ts"; export function registerLogin(program: Command) { program .command("login") - .description("Login to SF Compute") + .description("Login to the SF Compute CLI") .action(async () => { const spinner = ora("Logging in...\n").start();