Skip to main content

policy_from_workspace

Function policy_from_workspace 

Source
pub async fn policy_from_workspace(
    name: &str,
    ssh_target: &str,
    project: &str,
    workspace_path: &Path,
    remote_workspace: Option<&str>,
    mode: &str,
    release: &[String],
    release_all_declared: bool,
    argv: &[String],
) -> Result<BrokerPolicy>