Function wasmer_cli::commands::app::deploy::wait_app

source ยท
pub async fn wait_app(
    client: &WasmerClient,
    opts: DeployAppOpts<'_>,
    version: DeployAppVersion,
    quiet: bool,
) -> Result<(DeployApp, DeployAppVersion), Error>
Expand description

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