mix tango.providers.sync (tango v0.1.2)

Copy Markdown View Source

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 only

Examples

mix tango.providers.sync
mix tango.providers.sync --only github,slack
mix tango.providers.sync --dry-run
mix tango.providers.sync --force

This command will fetch the Nango provider catalog and create provider templates in the local database. Existing providers are preserved unless --force is used.

Summary

Functions

Runs the mix task.

Functions

run(args)

Runs the mix task.