compare_workspaces

Function compare_workspaces 

Source
pub async fn compare_workspaces(
    configuration: &Configuration,
    workspace: &str,
    target_workspace_id: &str,
) -> Result<WorkspaceComparison, Error<CompareWorkspacesError>>
Expand description

Compares the current workspace with a target workspace to find differences in scripts, flows, apps, resources, and variables. Returns information about items that are ahead, behind, or in conflict.