rigg 0.17.0

Configuration-as-code CLI for Azure AI Search and Microsoft Foundry
1
2
3
4
5
6
7
8
9
//! Shared utilities used by multiple commands.

mod fields;
mod ordering;
mod selection;

pub use fields::{get_read_only_fields, get_volatile_fields};
pub use ordering::{order_by_dependencies, read_agent_yaml};
pub use selection::{ResourceSelection, SingularFlags, resolve_resource_selection_from_flags};