def sync()

in src/sync_dashboards/main.py [0:0]


def sync(ctx: dict, config: str):
    sdk = ctx.obj["SDK"]
    mappings = load_config(config)
    remote_mappings = get_all_linked_dashboards(sdk)
    sync_dashboards(sdk, mappings, remote_mappings)