diff --git a/CLI_VERSION b/CLI_VERSION index 1ff8782..8800eda 100644 --- a/CLI_VERSION +++ b/CLI_VERSION @@ -1 +1 @@ -v0.0.35-6-g0f89a25 +v0.0.37 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..44ad41a 100644 --- a/skills/base44-cli/references/functions-deploy.md +++ b/skills/base44-cli/references/functions-deploy.md @@ -58,8 +58,10 @@ 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 +Hint: Check the function code for syntax errors +Hint: Ensure all imports are valid ``` ## Use Cases