pub async fn deploy_app_verbose(
    client: &BackendClient,
    opts: DeployAppOpts<'_>
) -> Result<(DeployApp, DeployAppVersion), Error>
Expand description

Same as [Self::deploy], but also prints verbose information.