From 56b07aab1ffbcc23e25812f45bb82a186c11d1f2 Mon Sep 17 00:00:00 2001 From: Netanel Gilad Date: Mon, 5 Jan 2026 15:03:25 +0200 Subject: [PATCH 1/3] Update CLI description for version 2 --- src/cli/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cli/index.ts b/src/cli/index.ts index 09ca92241..fed065d52 100644 --- a/src/cli/index.ts +++ b/src/cli/index.ts @@ -10,7 +10,7 @@ const program = new Command(); program .name('base44') - .description('Base44 CLI - Unified interface for managing Base44 applications') + .description('Base44 CLI 2 - Unified interface for managing Base44 applications') .version(getPackageVersion()); // Register authentication commands From 2f34a9bed754d0b00a802cb2856fcf0f7014fb41 Mon Sep 17 00:00:00 2001 From: Netanel Gilad Date: Mon, 5 Jan 2026 15:07:24 +0200 Subject: [PATCH 2/3] fix repo path --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index 292680ac4..631a14910 100644 --- a/package.json +++ b/package.json @@ -29,6 +29,10 @@ ], "author": "", "license": "ISC", + "repository": { + "type": "git", + "url": "https://github.com/base44/cli" + }, "dependencies": { "@clack/prompts": "^0.11.0", "chalk": "^5.6.2", From be56f2325885e303ae5a1de1a9f6ae6c180e69df Mon Sep 17 00:00:00 2001 From: Netanel Gilad Date: Mon, 5 Jan 2026 15:09:49 +0200 Subject: [PATCH 3/3] revert test change --- src/cli/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cli/index.ts b/src/cli/index.ts index fed065d52..09ca92241 100644 --- a/src/cli/index.ts +++ b/src/cli/index.ts @@ -10,7 +10,7 @@ const program = new Command(); program .name('base44') - .description('Base44 CLI 2 - Unified interface for managing Base44 applications') + .description('Base44 CLI - Unified interface for managing Base44 applications') .version(getPackageVersion()); // Register authentication commands