Function wasmer_deploy_cli::util::prompts::prompt_new_app_alias
source · pub async fn prompt_new_app_alias(
message: &str,
default: Option<&str>,
api: Option<&BackendClient>
) -> Result<String, Error>Expand description
Prompt for an app name. If an api provided, will check if an app with the givne alias already exists.