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