Skip to main content

get_deployment_details

Function get_deployment_details 

Source
pub(super) async fn get_deployment_details(
    client: &Client,
    deploy_id: &str,
) -> Result<Option<DeploymentDetails>, ConnectionError>
Expand description

Get detailed information about a specific deployment.

Returns deployment details if the deployment exists, or None if not found.