pub async fn get_app_by_alias( client: &WasmerClient, alias: String, ) -> Result<Option<DeployApp>, Error>
Retrieve an app by its global alias.