Download connector configurations from Base44 to local .jsonc files. The command fetches all connectors and saves them to your connectors directory, one file per connector. By default the connectors directory is base44/connectors/, but you can customize the path in your project configuration.
This is a full sync. Local connectors not present remotely will be deleted. See the Sync behavior table below for details.
Usage
Sync behavior
| Remote state | Local state | Result |
|---|
| Connector exists | Connector exists | Local file is replaced with remote. |
| Connector exists | Connector doesn’t exist | Local file is created. |
| Connector doesn’t exist | Connector exists | Local file is deleted. |
See also