Skip to main content

existing_rule_ids

Function existing_rule_ids 

Source
pub async fn existing_rule_ids(
    t: &Transport,
    rule_ids: &[String],
) -> Result<BTreeSet<String>>
Expand description

Which of these rule ids already exist on the stack.

Check file IDs before upload so existing rules can be skipped. This makes imports idempotent and lets dry runs distinguish skipped rules.