Synchronizes all providers from the Nango catalog to local database.
Usage
mix tango.providers.sync [options]Options
--only PROVIDERS Sync only specified providers (comma-separated)
--dry-run, -n Preview changes without applying them
--force, -f Force update existing provider configurations
--update-metadata Update display names and metadata onlyExamples
mix tango.providers.sync
mix tango.providers.sync --only github,slack
mix tango.providers.sync --dry-run
mix tango.providers.sync --forceThis command will fetch the Nango provider catalog and create provider templates in the local database. Existing providers are preserved unless --force is used.