async fn perform_sync_operation(
    operation: &SyncOperation,
    project: &str,
    database: &AnyDatabase<CliBackend>
) -> Result<String>