Download deployed backend functions from Base44 to your local functions directory. For each function, the command creates a function.jsonc configuration file and writes all source files. Functions whose local files already match the remote content are skipped.
By default the functions directory is base44/functions/, but you can customize the path in your project configuration.
This command overwrites local files with the remote version.
Usage
base44 functions pull [name]
Arguments
| Argument | Description | Required |
|---|
[name] | Pull a single function by name. If omitted, pulls all functions. | No |
See also