async fn gather_resources_and_check_conflicts(
client: &Client,
deploy_id: &str,
force: bool,
) -> Result<(BTreeSet<SchemaQualifier>, BTreeSet<String>, String), CliError>Expand description
Gather staging resources and check for deployment conflicts.
Returns the staging schemas, clusters, and suffix for the swap operation. Loads the production snapshot to determine which Replacement schemas need swapping (first Replacement deployment) vs. skipping (steady state).