Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CLI_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.0.35-6-g0f89a25
v0.0.37
2 changes: 1 addition & 1 deletion skills/base44-cli/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
|---------|-------------|-----------|
Expand Down
6 changes: 4 additions & 2 deletions skills/base44-cli/references/functions-deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading