pub async fn handle_policy_update(
config: &Config,
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<()>