Deploy local backend functions to Base44. The command reads function directories, validates their configurations, and deploys them individually with per-function progress and status reporting.
By default the functions directory is base44/functions/, but you can customize the path in your project configuration.
Each project supports a maximum of 50 backend functions.
Usage
base44 functions deploy [names...]
Arguments
| Argument | Description | Required |
|---|
[names] | One or more function names to deploy, separated by spaces or commas. If omitted, deploys all local functions. | No |
Flags
| Flag | Description |
|---|
--force | Delete remote functions that are not found locally. Can’t be used together with specific function names. |
The --force flag deletes remote functions that are not present locally. Any
endpoints, SDK calls, or automations that depend on a deleted function will
stop working.
See also