base44 connectors pull
Pull connector configurations from Base44 to local files. Replaces all local connector configs with the remote versions.Syntax
Authentication
Required: Yes. If not authenticated, you’ll be prompted to login first.What It Does
- Fetches all connectors from Base44
- Writes connector files to the
base44/connectors/directory - Deletes local connector files that don’t exist remotely
- Reports written and deleted connectors
Prerequisites
- Must be run from a Base44 project directory
- Project must be linked to a Base44 app
Output
Connector Synchronization
The pull operation synchronizes remote connectors to your local files:- Written: Connector files created or updated from remote
- Deleted: Local connector files removed (didn’t exist remotely)
- Up to date: If no changes needed, reports “All connectors are already up to date”
Error Handling
If no connectors exist on Base44:Use Cases
- Sync connector configurations to a new development machine
- Get the latest connector configurations from your team
- Restore local connector files after accidental deletion
- Start working on an existing project with connectors
Notes
- Connector files are stored as
.jsoncin thebase44/connectors/directory - The directory location is configurable via
connectorsDirinconfig.jsonc - Use
base44 connectors pushto upload local changes to Base44
Related Commands
- connectors-create.md - How to create connector configuration files
- connectors-push.md - Push local connectors to Base44

