Skip to main content

apply_template

Function apply_template 

Source
pub fn apply_template(
    template_id: &str,
    custom_path: Option<&str>,
) -> Result<Role, OnboardingError>
Expand description

Apply a template directly without interactive wizard

§Arguments

  • template_id - ID of the template to apply
  • custom_path - Optional custom path override

§Returns

The configured Role or an error