From f14e1dee873306c124ec0078269d25f4a1b52782 Mon Sep 17 00:00:00 2001 From: "claude[bot]" <41898282+claude[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 11:38:07 +0000 Subject: [PATCH] Update base44-cli skill to main (v0.0.38) - Remove outdated note that secrets commands are hidden from --help (they are now visible) - Update functions deploy error output format to use bullet-pointed details - Bump CLI_VERSION from v0.0.35-6-g0f89a25 to v0.0.38 Co-Authored-By: Claude Sonnet 4.6 --- CLI_VERSION | 2 +- skills/base44-cli/SKILL.md | 2 +- skills/base44-cli/references/functions-deploy.md | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CLI_VERSION b/CLI_VERSION index 1ff8782..6367b60 100644 --- a/CLI_VERSION +++ b/CLI_VERSION @@ -1 +1 @@ -v0.0.35-6-g0f89a25 +v0.0.38 diff --git a/skills/base44-cli/SKILL.md b/skills/base44-cli/SKILL.md index 57de04f..895d8f4 100644 --- a/skills/base44-cli/SKILL.md +++ b/skills/base44-cli/SKILL.md @@ -360,7 +360,7 @@ For full schemas and examples, see [automations.md](references/automations.md). ### Secrets Management -Manage project secrets (environment variables stored securely in Base44). These commands are hidden from `--help` output but are fully functional. +Manage project secrets (environment variables stored securely in Base44). | Command | Description | Reference | |---------|-------------|-----------| diff --git a/skills/base44-cli/references/functions-deploy.md b/skills/base44-cli/references/functions-deploy.md index f89d796..9493d38 100644 --- a/skills/base44-cli/references/functions-deploy.md +++ b/skills/base44-cli/references/functions-deploy.md @@ -58,8 +58,8 @@ No functions found. Create functions in the 'functions' directory. If a function has configuration errors: ```bash $ npx base44 functions deploy -Function deployment errors: -'my-function' function: Entry point cannot be empty +Function deployment errors + • 'my-function': Entry point cannot be empty ``` ## Use Cases